summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the location of the length bytes in the 12-byte read/write CDBken2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-082-30/+4
* Save a couple of bytes by not returning ints nobody care about.phk2002-10-082-12/+12
* It seems that the only problem with UFS2 booting on i386 is the 64bitphk2002-10-081-10/+12
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* MFi386: revision 1.67.nyan2002-10-081-1/+1
* MFi386: revisions 1.539, 1.540 and 1.541.nyan2002-10-082-24/+40
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-082-4/+10
* Remove unused TYPE_WD and TYPE_WFD.phk2002-10-082-4/+0
* Correctly calculate dmadat: We need to take the address of _end, it'sphk2002-10-082-2/+2
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-082-6/+2
* Allow for multiple #includes of this file.phk2002-10-081-0/+4
* Save four bytes by shortening a string two chars.phk2002-10-082-4/+2
* For now, don't wait for drives to stop returning EBUSY. There is toophk2002-10-081-35/+26
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-15/+1
* Import the libc fnmatch() into the kernel. This will be used by,dd2002-10-083-20/+23
OpenPOWER on IntegriCloud