summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an option to the psm driver to skip the parts of the probe which breakdfr1995-06-224-3/+14
* Use ifr_mtu for the mtu value rather than ifr_metric.dg1995-06-221-4/+4
* Fix an error in the comparison direction of the ap->updating case ofwollman1995-06-211-2/+2
* Change interface type...IFT_SLIP -> IFT_PARA.dg1995-06-211-2/+2
* Killed a couple lines of redundant code.dg1995-06-211-5/+1
* Protect the call to if_up() with an splnet().dg1995-06-211-2/+4
* 1) Set interface up/down correctly as a function of open and close of thedg1995-06-211-7/+11
* Fix a resource allocation bug where multicast forwarding would leak mbufswollman1995-06-191-4/+4
* Now that we've gone to all sorts of effort to allow TCP to cache some ofwollman1995-06-193-3/+12
* 1. Supporting fast sync value displayin latest firmware.amurai1995-06-191-7/+13
* Close out PR #507 (loading LM_MISC pseudo-lkms twice crashes system).wpaul1995-06-171-1/+4
OpenPOWER on IntegriCloud