summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added some spaces for KNF. Moved some zero-initialized pointers into thedg1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixdg1995-07-041-729/+696
* Define TRUE and FALSE.dg1995-07-041-0/+7
* 1) Removed bogus #includedg1995-07-041-46/+25
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* Revision 1.21 of if_sl.c broke the traditional behaviour thatjoerg1995-07-021-1/+4
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* The PCI config mechanism 1 test failed for the Intel Aries.se1995-06-306-12/+12
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-295-21/+23
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.dg1995-06-292-10/+2
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configdg1995-06-293-7/+7
* Fight with hanging modems continued:ache1995-06-283-3/+24
* Use the correct cred for nfs_commit operations.dfr1995-06-282-4/+62
* Changes to support some CDROM drives and the Quantum Grand-Prixse1995-06-281-42/+69
* Change message "not supported" to "no driver assigned", becausese1995-06-282-4/+4
* Give more detailed information about the type of bridge devicesse1995-06-281-1/+11
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-282-12/+32
* PCI configuration mechanism now determined by a method, that doesn'tse1995-06-286-90/+102
* Add a missing `goto' statement so that this compiles yet again.gpalmer1995-06-281-1/+1
* Removed extra semicolon.dg1995-06-281-2/+2
* Don't include vm_pageout.h.dg1995-06-281-2/+1
* 1) Converted v_vmdata to v_object.dg1995-06-2816-174/+152
* Corrections and additions to the PCI chip set configurations log.se1995-06-281-7/+21
* Fixed VOP_LINK argument order botch.dg1995-06-2813-40/+40
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-282-8/+10
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskdg1995-06-281-3/+5
* Added function prototypes for ip_rsvp_vif_init, ip_rsvp_vif_done, anddg1995-06-281-1/+4
* Killed the "probably_never" ifdef'd code.dg1995-06-282-136/+2
* Killed redundant vnode_pager_umount() call. This is already done atdg1995-06-282-12/+4
* Make path to kernel absolute if it is passed in relative. This fixesdg1995-06-283-12/+30
* Fix standards conformance bugs in <signal.h>:bde1995-06-284-58/+76
* Use the new machine-dependent definitions of _BSD_OFF_T_ andbde1995-06-281-4/+4
* Define macros _BSD_OFF_T_ and _BSD_PID_T_ suitable for use insteadbde1995-06-281-3/+12
* Pass the correct nonblocking flag to VOP_CLOSE() in vclean().bde1995-06-272-4/+6
* Delete obsolete #if 0 block.wollman1995-06-271-11/+1
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-272-15/+9
* Changes to support version 3 of the NFS protocol.dfr1995-06-2749-6300/+18015
* Change ld.so to correctly load dependant libraries for dlopen and unload themdfr1995-06-272-12/+28
* From Bill Fenner:wollman1995-06-261-1/+2
* Corrected a bug that caused protocol-4 tunnels (used for multicastwollman1995-06-261-2/+2
* The pessimistic rounding in hzto() was too pessimistic for realitimexpire().bde1995-06-261-2/+6
* Partially fix `sysctl machdep.console_device'. The fix will be completebde1995-06-264-10/+28
* The BT scsi driver has recently had a message changed - it could bejoerg1995-06-251-3/+3
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-2526-2/+8243
* Reset defaults in case of boot() is looping several times (e.g. thejoerg1995-06-255-17/+21
* Add a `reset' command to UserConfig. Our documentation doesjoerg1995-06-251-2/+4
* Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 ifbde1995-06-253-426/+708
* ttywait: convert EWOULDBLOCK to EIO, when t_timeout expiredache1995-06-241-1/+3
* Replace EWOULDBLOCK to EIO in ttwrite, when t_timeout expiredache1995-06-231-1/+3
* 1) Enable boot from root partition which end > cyl 1023, it isn't criminalache1995-06-231-6/+11
OpenPOWER on IntegriCloud