Searched hist:ll (Results 1 - 25 of 1751) sorted by relevance
| /src/common/lib/libc/stdlib/ | ||
| H A D | strtoul.c | 1.2 Wed Aug 20 00:42:26 GMT 2008 joerg Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one version for signed and one version for unsigned data types. Add a check for supported bases and set errno (userland) or panic (kernel, libsa) otherwise. Make strto{ll,ull,imax,umax} normal symbols and just keep the underscore versions as strong alias. Obtained from DragonFly, based on the wide char version from Citrus. Reviewed by christos@ 1.2 Wed Aug 20 00:42:26 GMT 2008 joerg Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one version for signed and one version for unsigned data types. Add a check for supported bases and set errno (userland) or panic (kernel, libsa) otherwise. Make strto{ll,ull,imax,umax} normal symbols and just keep the underscore versions as strong alias. Obtained from DragonFly, based on the wide char version from Citrus. Reviewed by christos@ |
| /src/sys/arch/x68k/usr.bin/ | ||
| H A D | Makefile | 1.2 Sat Nov 19 00:27:44 GMT 2011 isaki Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@. Probably the combination of pow(4) ioctl and rtcalarm(8) does not work for a long time, and nobody uses them. I'll rewrite a part about power switch handler as a new device. |
| /src/sys/arch/hp300/dev/ | ||
| H A D | sti_machdep.h | 1.1 Thu May 01 06:11:21 GMT 2025 tsutsui branches: 1.1.4; Add sti(4) support for 9000/362 and 9000/382 on-board framebuffers. Mostly pulled from OpenBSD/hp300. This supersedes old and dumb gendiofb. Currently there is no mmap or cmap (palette) support, but I'll investigate how Bt474 RAMDAC should be handled. Tested on 382 with 640x480 and 1024x768 variants, and 362 with 640x480. No visible regression on 425e (EVRX) and 425t (CRX). |
| /src/sys/arch/i386/include/ | ||
| H A D | setjmp.h | 1.2 Mon Sep 14 21:31:52 GMT 1998 thorpej Need 13 longs for jmp_buf; signal mask is 128 bits now. XXX Actually, libc appears to use only 7 of the previous 10, so increasing the size isn't actually necessary! But there was a gap at the end before, so we'll keep it. |
| /src/sys/arch/aarch64/include/ | ||
| H A D | int_fmtio.h | 1.2 Wed Aug 13 17:14:41 GMT 2014 justin Add formatting for aarch64 as using arm ones errors for ll on 64 bit types |
| /src/sys/rump/include/rump-sys/ | ||
| H A D | README | 1.1 Tue Jan 26 23:12:17 GMT 2016 pooka branches: 1.1.2; 1.1.18; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| H A D | dev.h | 1.1 Tue Jan 26 23:12:17 GMT 2016 pooka branches: 1.1.2; 1.1.18; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| H A D | vfs.h | 1.1 Tue Jan 26 23:12:17 GMT 2016 pooka branches: 1.1.2; 1.1.18; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| H A D | kern_if.h | 1.1 Tue Jan 26 23:12:17 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| H A D | net.h | 1.1 Tue Jan 26 23:12:17 GMT 2016 pooka branches: 1.1.2; 1.1.18; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/librump/rumpkern/ | ||
| H A D | rump_atomic_cas_up.c | 1.2 Tue Nov 23 00:51:10 GMT 2010 pooka branches: 1.2.6; Add aliases for _atomic_cas_foo, as they are used often. A snafu in "./build.sh rumptest" prevented me from noticing this yesterday, so thanks to Nick Hudson for re-pinging. (I'll fix build.sh shortly) |
| /src/tests/lib/semaphore/pthread/ | ||
| H A D | t_sem_pth.c | 1.1 Thu Jun 10 22:03:43 GMT 2010 pooka branches: 1.1.6; Add tests for semaphores. Note: the "unlink" one fails because our implementation is broken. I'll file a PR shortly. |
| /src/sys/arch/amiga/dev/ | ||
| H A D | siop2_script.out | 1.3 Mon Oct 08 21:18:58 GMT 2001 is branches: 1.3.4; Make the Cyberstorm PPC/ Cyberstorm Mk. 3 driver drive the LED. Actually, this is added to the siop2_script; should we ever support another siopng board that does connect something else to GPREG bit 4, we'll have to move this to C code and make it optional. OTOH, by then we'll have switched to the MI driver by then. 1.3 Mon Oct 08 21:18:58 GMT 2001 is branches: 1.3.4; Make the Cyberstorm PPC/ Cyberstorm Mk. 3 driver drive the LED. Actually, this is added to the siop2_script; should we ever support another siopng board that does connect something else to GPREG bit 4, we'll have to move this to C code and make it optional. OTOH, by then we'll have switched to the MI driver by then. |
| /src/sys/rump/dev/lib/libraidframe/ | ||
| H A D | raidframe_component.c | 1.5 Tue Jan 26 23:12:16 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. 1.4 Sat Dec 26 10:22:09 GMT 2015 pgoyette Detach the {b,c}devsw after obtaining the device major numbers. We'll re-attach during module initialization. This enables the atf tests to once again succeed. |
| /src/sys/modules/crypto/ | ||
| H A D | crypto.ioconf | 1.2 Mon Feb 03 23:11:40 GMT 2014 pgoyette Undo previous - it still needs a lot more work. For now, we'll use the hand-crafted cf* structures and directly call all the config routines. |
| /src/share/examples/puffs/icfs/ | ||
| H A D | Makefile | 1.1 Sun Jun 24 18:32:00 GMT 2007 pooka I wasn't going to add any more silly examples, but I'll bite for this one, since it's a good exercise .. Add icfs, which does the same thing as the refuse-based icfs agc added earlier this week, i.e. null-mounts & converts the entire namespace to lowercase. However, it's a fun comparison, since this is implemented in a completely different fashion from the refuse version. |
| /src/lib/libc/compat/arch/m68k/gen/ | ||
| H A D | compat_setjmp.S | 1.3 Tue Mar 04 06:27:00 GMT 2014 matt Avoid a warning and just do the trap #1 instead of calling sigreturn inline. If it fails, it'll fall into the botch case so don't bother calling CERROR on failure. |
| /src/sys/dev/tc/ | ||
| H A D | nvrreg.h | 1.1 Mon Nov 29 15:06:28 GMT 1999 ad branches: 1.1.2; Register definitions for the PrestoServe option board (I've had this for months and if it doesn't go here it'll die). |
| /src/usr.bin/deroff/ | ||
| H A D | TODO | 1.1 Wed Jun 29 20:58:50 GMT 2005 perry deroff, from OpenBSD. Needed for spell(1) which I'll be pulling in shortly. The code came from 32v and then 4.4BSD. After the code was freed by Caldera, it was cleaned up and ANSIfied by Todd Miller for OpenBSD. I've added a TODO with several items on it, basically code cleanup and adding support for mdoc. As it stands, this won't yet pass WARNS=1. |
| /src/sys/rump/dev/lib/libdisk/ | ||
| H A D | disk_component.c | 1.2 Tue Jan 26 23:12:15 GMT 2016 pooka branches: 1.2.16; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/dev/lib/libdm/ | ||
| H A D | dm_component.c | 1.2 Tue Jan 26 23:12:15 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/dev/lib/libpad/ | ||
| H A D | pad_component.c | 1.2 Tue Jan 26 23:12:15 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/dev/lib/libpud/ | ||
| H A D | pud_component.c | 1.2 Tue Jan 26 23:12:15 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/dev/lib/libputter/ | ||
| H A D | putter_component.c | 1.2 Tue Jan 26 23:12:16 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
| /src/sys/rump/fs/lib/libsyspuffs/ | ||
| H A D | syspuffs_component.c | 1.2 Tue Jan 26 23:12:17 GMT 2016 pooka Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen. |
Completed in 55 milliseconds