summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to update this to match pr_ctlinput.bde1995-12-161-3/+3
* Added undocumented option LINUX so that it gets tested.bde1995-12-163-3/+6
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-1616-40/+52
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-164-11/+16
* Completed function declarations and/or added prototypes and/or addedbde1995-12-1611-76/+83
* Completed function declarations and/or added prototypes and/or addedbde1995-12-162-2/+3
* Added a prototype.bde1995-12-161-1/+2
* Removed unused function lkmenodev().bde1995-12-161-19/+1
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-151-25/+46
* Completed a function declaration.bde1995-12-151-33/+33
* Fix the off-by-one error in the calculation of the valid port range.se1995-12-152-8/+8
* Changed arg type for pio functions.dg1995-12-152-20/+20
* Update linux_ipc.c to use the now generated prototypes for the shm* callspeter1995-12-152-18/+18
* Update sysv_*.c to get their argument definitions from sysproto.hpeter1995-12-153-31/+68
* Regenerated from syscalls.master...peter1995-12-155-6/+215
* Add the direct sysv shm/sem/msg system calls, in the same way as NetBSD.peter1995-12-151-1/+44
* move typedef for key_t from sys/ipc.h to sys/types.h, as suggested in thepeter1995-12-152-4/+3
* Silence a harmless warning...peter1995-12-151-2/+3
* Initial attempt at getting Linux QMAGIC shared lib support. I havepeter1995-12-152-8/+8
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-1510-188/+186
* Oops. I forgot the change to this file for supporting static configurationpeter1995-12-151-3/+3
* Changed the maximum output queue count from (TTMAXHIWAT + 200) tobde1995-12-151-2/+3
* Disabled the sleep in ttyflush(). It can't work in general becausebde1995-12-151-1/+15
* Completed function declarations and/or added prototypes and/or addedbde1995-12-1531-109/+242
* Removed unused #includes.bde1995-12-151-8/+0
* Removed duplicated #includes of <sys/conf.h>bde1995-12-156-10/+4
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-152-23/+49
* Added a prototype. Merged prototype lists.bde1995-12-142-18/+20
* Added a prototype.bde1995-12-142-2/+6
* Moved some more prototypes outside of ifdefs and grouped them together.bde1995-12-142-12/+12
* Completed function declarations and added prototypes. Sorted prototypes.bde1995-12-141-14/+32
* Added a prototype.bde1995-12-141-1/+3
* Fixed staticization of DDB functions.bde1995-12-147-14/+14
* Nuked ambiguous sleep message strings:bde1995-12-145-25/+12
* Restored a vm #include.bde1995-12-143-3/+6
* Restored unused function ttrstrt(). It would be used if the low levelbde1995-12-142-2/+29
* Removed my devsw access functions [un]register_cdev() andbde1995-12-147-145/+41
* Fixed the type of some sysinit functions.bde1995-12-142-4/+4
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* Moved prototypes to better places.bde1995-12-143-31/+28
* Added prototypes.bde1995-12-142-1/+4
* Declared functions as static in their definitions as well as in theirbde1995-12-142-20/+17
* The change of [cb]devsw was missed here.bde1995-12-141-3/+3
* Restored lost prototypes.bde1995-12-143-3/+5
* another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* GENERIC/LINT: Remove redundant quoting on some option lines.peter1995-12-1415-82/+113
* Update the skeleton DEVFS code to match reality a little closer.. :-)peter1995-12-142-40/+22
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Change the generic "btintr" function's name to "bt_intr" - the same aspeter1995-12-145-15/+15
* Another mega commit to staticize things.phk1995-12-1482-730/+692
OpenPOWER on IntegriCloud