summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-122-2/+8
* Remove NO_GEOM option. No outstanding show-stoppers.phk2002-10-123-6/+0
* - kserunnable() is now sched_runnable() change instances of these wherejeff2002-10-122-4/+6
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-1221-528/+774
* Register the machine check private state spinlock on ia64.peter2002-10-121-0/+3
* Know that a 10160 is the same as a 12160.mjacob2002-10-121-0/+2
* cut/paste the pmap_new_altkstack stuff from the other platforms.peter2002-10-111-3/+47
* Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.peter2002-10-111-1/+1
* - Move the 'done1' label down below the unlock of the proc lock and movejhb2002-10-111-10/+9
* The CAM system has it's own ideas of what locks are to be held by whom.phk2002-10-111-19/+24
* s/modunload/kldunloadimp2002-10-111-1/+1
* Use the new freebsd output format from Binutils 2.13.1.obrien2002-10-113-3/+3
* Add typedefs for size_t and ssize_t, allow struct iovec to be definedmike2002-10-111-2/+18
* Fix %z to always print values as signed like it is supposed to.jhb2002-10-111-2/+2
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-112-2/+4
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-113-4/+27
* Fix the code so that it no longer on alpha refers to the now nonexistentmjacob2002-10-111-17/+1
* Use `unsigned long' instead of `u_long' so that this header compilesmike2002-10-111-2/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-1119-37/+52
* Slight overhaul of arc4random() and friends.phk2002-10-112-23/+29
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-118-51/+669
* Remove an unused variable.phk2002-10-111-7/+0
* Trapdoor access to cd%da and cd%c so they still work, but do not let themphk2002-10-111-0/+24
* Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.phk2002-10-111-2/+2
* add some devices from NetBSDimp2002-10-111-1/+9
* Some renamings from pccarddevsimp2002-10-111-4/+6
* sync to 1.36 of pccarddevsimp2002-10-111-20/+52
* Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:imp2002-10-111-10/+24
* Add Planex GWNS11Himp2002-10-111-0/+1
* sync to 1.35 of pccarddevsimp2002-10-111-1/+10
* Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).imp2002-10-111-0/+5
* o Set CBB_CARD_OK just before CARD_ATTACH_CARD. If ATTACH_CARD fails, thenimp2002-10-111-12/+14
* When considering a vnode for reuse in getnewvnode, we callmckusick2002-10-111-13/+18
* Correct the offset of the 'jfs' entry in fstypenames.davidc2002-10-101-1/+0
* turn off debugging by default if bandwidth delay product limiting isdillon2002-10-102-2/+2
* Update various comments mainly related to retransmit/FIN that Idillon2002-10-101-6/+36
* Get the most recent 2300 f/w that's on the QLogic intranet- fixes lotsmjacob2002-10-101-5683/+5802
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Hook up strsep(3) to libkern following a repo-copy by Peter. This willrwatson2002-10-103-2/+4
* Fixed a warning if COM_MULTIPORT option is not defined.nyan2002-10-102-2/+2
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.nyan2002-10-101-2/+0
* Incremental style improvements: more consistently avoid assignmentsrwatson2002-10-102-36/+62
* Fixed SBUS_RA_*_region_* functions.nyan2002-10-102-128/+334
* Fix IPOPT_TS processing: do not overwrite IP address by timestamp.maxim2002-10-101-0/+2
* Allow ubsa(4) driver to be build as a kernel module.kan2002-10-101-0/+10
* Regen from syntax fix to syscalls.master.rwatson2002-10-103-3/+3
* Regen from syntax fix to syscalls.master.rwatson2002-10-102-2/+2
* Fix what looks like a merge-o from a conflict in the last commit torwatson2002-10-101-9/+4
* geom_mbr.c and geom_bsd.c would be kinda useful here too, at leastpeter2002-10-101-0/+2
* Explore new heights in alphabetization for _file and _fd variations onrwatson2002-10-102-120/+120
OpenPOWER on IntegriCloud