summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* re-regen. Sigh.peter2002-10-099-21/+21
* Sigh. Fix fat-fingering of diff. I knew this was going to happen.peter2002-10-093-3/+3
* regenerate. sendfile stuff and other recently picked up stubs.peter2002-10-099-36/+162
* Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This wouldpeter2002-10-096-6/+75
* Try and patch up some tab-to-space spammage.peter2002-10-093-57/+57
* Add placeholder stubs for nsendfile, mac_syscall, ksem_close, ksem_post,peter2002-10-093-0/+66
* Add a pointer to the alternate syscall tables on 64 bit platforms.peter2002-10-091-0/+8
* Prototypes for new link extended attribute calls. Sync to MAC tree.rwatson2002-10-091-0/+6
* Implement extattr_{delete,get,set}_link() system calls: extended attributerwatson2002-10-092-0/+180
* Regen.rwatson2002-10-095-12/+40
* Flesh out the extattr_{delete,get,set}_link() system calls: variationsrwatson2002-10-091-3/+8
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-093-11/+11
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* - Move p_cpulimit to struct proc from struct plimit and protect it withjhb2002-10-096-17/+11
* Remove 'at' hints for npx and apm as both drivers have identify routinesjhb2002-10-092-8/+0
* Fix build of 64 bit platforms.mux2002-10-091-2/+3
* Fix build on alpha. It used to case an int to a pointer in order to dopeter2002-10-091-1/+2
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-099-9/+9
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-1/+3
* Add support g_clone_bio() and g_std_done() to spawn multiple childrenphk2002-10-092-4/+7
* Add a field for tallying the number of spawned bio's a bio has.phk2002-10-091-5/+6
* When creating a snapshot, create a list of initially allocated blocks.mckusick2002-10-091-7/+135
* The appropriate units for disk block addresses are always DEV_BSIZE,mckusick2002-10-091-8/+1
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-0915-513/+769
* - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().jeff2002-10-081-1/+1
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-088-18/+18
OpenPOWER on IntegriCloud