| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix %z to always print values as signed like it is supposed to. | jhb | 2002-10-11 | 1 | -2/+2 |
* | No need to hold Giant will harvesting RNG data; change callout_init so | sam | 2002-10-11 | 2 | -2/+4 |
* | This should enable 10160 support. As best as I can tell, the same | mjacob | 2002-10-11 | 3 | -4/+27 |
* | Fix the code so that it no longer on alpha refers to the now nonexistent | mjacob | 2002-10-11 | 1 | -17/+1 |
* | Use `unsigned long' instead of `u_long' so that this header compiles | mike | 2002-10-11 | 1 | -2/+2 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 19 | -37/+52 |
* | Slight overhaul of arc4random() and friends. | phk | 2002-10-11 | 2 | -23/+29 |
* | - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2); | sobomax | 2002-10-11 | 8 | -51/+669 |
* | Remove an unused variable. | phk | 2002-10-11 | 1 | -7/+0 |
* | Trapdoor access to cd%da and cd%c so they still work, but do not let them | phk | 2002-10-11 | 1 | -0/+24 |
* | Use malloc(9)'s M_ZERO rather than explicit bzero(9) call. | phk | 2002-10-11 | 1 | -2/+2 |
* | add some devices from NetBSD | imp | 2002-10-11 | 1 | -1/+9 |
* | Some renamings from pccarddevs | imp | 2002-10-11 | 1 | -4/+6 |
* | sync to 1.36 of pccarddevs | imp | 2002-10-11 | 1 | -20/+52 |
* | Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file: | imp | 2002-10-11 | 1 | -10/+24 |
* | Add Planex GWNS11H | imp | 2002-10-11 | 1 | -0/+1 |
* | sync to 1.35 of pccarddevs | imp | 2002-10-11 | 1 | -1/+10 |
* | Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle). | imp | 2002-10-11 | 1 | -0/+5 |
* | o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, then | imp | 2002-10-11 | 1 | -12/+14 |
* | When considering a vnode for reuse in getnewvnode, we call | mckusick | 2002-10-11 | 1 | -13/+18 |
* | Correct the offset of the 'jfs' entry in fstypenames. | davidc | 2002-10-10 | 1 | -1/+0 |
* | turn off debugging by default if bandwidth delay product limiting is | dillon | 2002-10-10 | 2 | -2/+2 |
* | Update various comments mainly related to retransmit/FIN that I | dillon | 2002-10-10 | 1 | -6/+36 |
* | Get the most recent 2300 f/w that's on the QLogic intranet- fixes lots | mjacob | 2002-10-10 | 1 | -5683/+5802 |
* | From PHK's flex tool- we can get -1 returned from xpt_path_target_id, | mjacob | 2002-10-10 | 1 | -15/+18 |
* | Hook up strsep(3) to libkern following a repo-copy by Peter. This will | rwatson | 2002-10-10 | 3 | -2/+4 |
* | Fixed a warning if COM_MULTIPORT option is not defined. | nyan | 2002-10-10 | 2 | -2/+2 |
* | Remove '-DUFS1_ONLY' from CFLAGS. It is not needed. | nyan | 2002-10-10 | 1 | -2/+0 |
* | Incremental style improvements: more consistently avoid assignments | rwatson | 2002-10-10 | 2 | -36/+62 |
* | Fixed SBUS_RA_*_region_* functions. | nyan | 2002-10-10 | 2 | -128/+334 |
* | Fix IPOPT_TS processing: do not overwrite IP address by timestamp. | maxim | 2002-10-10 | 1 | -0/+2 |
* | Allow ubsa(4) driver to be build as a kernel module. | kan | 2002-10-10 | 1 | -0/+10 |
* | Regen from syntax fix to syscalls.master. | rwatson | 2002-10-10 | 3 | -3/+3 |
* | Regen from syntax fix to syscalls.master. | rwatson | 2002-10-10 | 2 | -2/+2 |
* | Fix what looks like a merge-o from a conflict in the last commit to | rwatson | 2002-10-10 | 1 | -9/+4 |
* | geom_mbr.c and geom_bsd.c would be kinda useful here too, at least | peter | 2002-10-10 | 1 | -0/+2 |
* | Explore new heights in alphabetization for _file and _fd variations on | rwatson | 2002-10-10 | 2 | -120/+120 |
* | re-regen. Sigh. | peter | 2002-10-09 | 9 | -21/+21 |
* | Sigh. Fix fat-fingering of diff. I knew this was going to happen. | peter | 2002-10-09 | 3 | -3/+3 |
* | regenerate. sendfile stuff and other recently picked up stubs. | peter | 2002-10-09 | 9 | -36/+162 |
* | Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would | peter | 2002-10-09 | 6 | -6/+75 |
* | Try and patch up some tab-to-space spammage. | peter | 2002-10-09 | 3 | -57/+57 |
* | Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post, | peter | 2002-10-09 | 3 | -0/+66 |
* | Add a pointer to the alternate syscall tables on 64 bit platforms. | peter | 2002-10-09 | 1 | -0/+8 |
* | Prototypes for new link extended attribute calls. Sync to MAC tree. | rwatson | 2002-10-09 | 1 | -0/+6 |
* | Implement extattr_{delete,get,set}_link() system calls: extended attribute | rwatson | 2002-10-09 | 2 | -0/+180 |
* | Regen. | rwatson | 2002-10-09 | 5 | -12/+40 |
* | Flesh out the extattr_{delete,get,set}_link() system calls: variations | rwatson | 2002-10-09 | 1 | -3/+8 |
* | Use d_thread_t for cdevsw functions instead of struct thread * so that it | jhb | 2002-10-09 | 3 | -11/+11 |
* | Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all the | jhb | 2002-10-09 | 1 | -1/+1 |