summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-0721-47/+17
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-0724-60/+27
* Removed unused declaration of bootverbose.bde1996-04-072-4/+2
* systm.h:bde1996-04-072-2/+4
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-072-8/+2
* Declared pgrpdump() properly.bde1996-04-071-1/+3
* Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.bde1996-04-072-4/+4
* Fixed devfs device names and numbers.bde1996-04-073-105/+213
* Cleaned up naming and formatting in recent changes.bde1996-04-071-18/+15
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
* Don't generate code for the unused function sleep().bde1996-04-071-1/+3
* Removed the 2 remaining calls to sleep().bde1996-04-071-4/+4
* Move the "mib" variables out to their own file.phk1996-04-073-136/+177
* Added proper splnet protection while modifying the interface address list.dg1996-04-071-2/+17
* Major cleanups for the pmap code.dyson1996-04-072-364/+152
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-063-32/+50
* pccard.c:gpalmer1996-04-062-0/+3
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-065-9/+11
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* Fix adjkerntz expression priority.ache1996-04-052-6/+6
* Fix adjkerntz expression priorityache1996-04-055-15/+15
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-052-8/+12
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-0511-35/+59
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will forcephk1996-04-041-2/+7
* Log TCP syn packets for ports we don't listen on.phk1996-04-043-5/+37
* Fixed a typo in the comment for sv_errsize.smpatel1996-04-041-2/+2
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-032-4/+4
* Improvementss to netbootphk1996-04-036-27/+78
* Always pass a route structure when calling ip_output().wollman1996-04-031-2/+6
* Add feature for tcp "established".phk1996-04-035-54/+43
* Pick up CWARNFLAGS from /etc/make.conf if defined.phk1996-04-031-3/+5
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-034-20/+50
* Removed prototype for devfs_add_devsw() as it no longer existsscrappy1996-04-031-9/+1
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-033-3/+33
* Correct a comment which was hiding part of the declaration ofgpalmer1996-04-031-3/+3
* Correct a bug which wrote the result of devfs_add_devswf() for twogpalmer1996-04-021-3/+3
* Prototyped wrong the first time through for devfs_link()scrappy1996-04-021-5/+4
* Document PERFMON.wollman1996-04-023-18/+21
* Align help screen.phk1996-04-021-2/+17
* Fix two cases where ia->ia_ifp could be NULL.phk1996-04-021-2/+4
* take out prototype for dev_linkf()scrappy1996-04-021-9/+4
* Change dev_link() to devfs_link()scrappy1996-04-021-4/+4
* Made the src code match the man page.scrappy1996-04-021-28/+2
* changed from using dev_link() to devfs_link()scrappy1996-04-024-12/+12
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-012-36/+50
OpenPOWER on IntegriCloud