summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Try to make my new scheme work more along the lines of the manual.phk1995-11-131-48/+67
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualdg1995-11-131-19/+7
* Added bogus casts to avoid compiler warnings.bde1995-11-131-2/+3
* Fixed parentheses in macros.bde1995-11-131-4/+4
* Replaced nosys() by lkm_nullcmd().bde1995-11-132-3/+3
* Fixed the type of yet another timeout function.bde1995-11-131-7/+8
* Fixed a cast in olseek().bde1995-11-132-6/+6
* Fixed the type of a function pointer in struct execsw.bde1995-11-131-2/+4
* Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/statbde1995-11-1315-36/+46
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-127-136/+201
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-122-1/+12
* Brought in the setattr call support from Lite-2 so that more correct errordg1995-11-122-6/+76
* Fix isoilk hang caused by not checking for read-onlyness in several places.dg1995-11-124-6/+38
* 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
OpenPOWER on IntegriCloud