summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Oops, forgot the following log message in the previous commit:bde1995-11-122-2/+2
* Restored the (buggy) historical behaviour of getdomainname().bde1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-1221-20/+411
* Reviewed by:bde1995-11-122-2/+8
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsbde1995-11-121-9/+10
* Updated machine-generated files.bde1995-11-125-14/+14
* Fixed the args list for mount(). We're not ready for the BSD4.4lite2/bde1995-11-121-10/+35
* Fixed the type of readv(). An args struct member name conflicted with thebde1995-11-111-5/+5
* Fixed type of setsid(). It used used the bogus `getsid_args'.bde1995-11-111-3/+3
* Fixed type of obreak(). The args struct member name conflicted withbde1995-11-111-3/+3
* Removed unreachable code.bde1995-11-111-6/+5
* Cleaned up after moving the prototypes:bde1995-11-111-192/+78
* Removed unsed function dead_nullop().bde1995-11-112-26/+6
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structbde1995-11-111-12/+12
* Fixed types of ogethostid() and osethostid(). The args struct namesbde1995-11-111-6/+9
* Fixed type of vfs_free_netcred().bde1995-11-112-8/+4
* Fixed type of sysctl_order_cmp().bde1995-11-111-8/+11
* Bump RELDATE to one more than the RELENG_2_1_0 branch, so one couldjoerg1995-11-101-2/+2
* Fix a minor buglet.phk1995-11-101-3/+4
* Set B_BUSY on the private buffer to avoid a panic in biodone when thedg1995-11-101-2/+2
* convert more sysctl variables.phk1995-11-101-3/+1
* convert more sysctl variables.phk1995-11-101-4/+3
* convert more sysctl variables.phk1995-11-102-74/+56
* Modify the kdc_description for eisa0 to include the system board ID.gibbs1995-11-102-18/+50
* Change ahb device line to eisaconf syntax.gibbs1995-11-095-16/+19
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-095-219/+255
* Sync the public source with what I'm currently running.peter1995-11-094-296/+416
* Clean up the ident style.phk1995-11-096-785/+725
* Start adding new style sysctl here too.phk1995-11-098-13/+74
* Make the old compat functions use the sysctl front door, rather thanphk1995-11-092-94/+137
* Add qsort prototype.phk1995-11-092-2/+5
* Introduced lkm_nullcmd(), which will be used instead of nosys() inbde1995-11-091-3/+22
* Finished nuking enxio, enodev and enoioctl.bde1995-11-091-4/+1
* Nuked some more bogus devswitch macros. The wcd lkm was broken.bde1995-11-091-11/+3
* Fixed the type of a timeout function and an interrupt mask variable.bde1995-11-091-3/+3
* Fixed the types of the apm suspend/resume functions.bde1995-11-091-4/+6
* ext2_inode_cnv.c:bde1995-11-0914-48/+70
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-0966-2076/+2082
* Second pass on this. Sentinal device node was an uneeded complication.gibbs1995-11-093-608/+578
* Fix some of the sysctl broke, and add a lot more to it.phk1995-11-085-47/+138
* Add qsort() to libkern, taken from libc.phk1995-11-082-1/+175
* Export a symbol that ext2fs wants (insmntque.)dyson1995-11-081-1/+2
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-0814-76/+52
* missed one static thingie.phk1995-11-072-4/+4
* staticize private parts.phk1995-11-0712-70/+70
* Make a lot of private stuff static.phk1995-11-0710-156/+156
* Fix typo in QUEUE_FULL_SUPPORTED section.gibbs1995-11-071-2/+2
* Remove uneccessary increment of the unit number.gibbs1995-11-071-2/+1
* Properly print out the chip type again. ahc_init really needs a rewrite.gibbs1995-11-071-7/+19
OpenPOWER on IntegriCloud