aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use realhostname() rather than various combinations ofBrian Somers1999-04-069-170/+51
* Add realhostname() - a function to correctly lookupBrian Somers1999-04-064-3/+190
* Remove teensy-weensy bit of debug code that crept in.Bill Paul1999-04-062-12/+6
* failled spell-checkPoul-Henning Kamp1999-04-063-6/+6
* Use Haifa scheduler on the Alpha.David E. O'Brien1999-04-061-2/+7
* Fix bug that prevented accounts with empty passwords from loggingJohn Polstra1999-04-061-1/+1
* Add driver support for gigabit ethernet adapters based on the AlteonBill Paul1999-04-0622-8/+25458
* When going from DATALINK_HANGUP directly toBrian Somers1999-04-061-1/+5
* Replace LKM with KLD.Guy Helmer1999-04-061-5/+5
* Replace LKM with KLD.Guy Helmer1999-04-062-10/+10
* * Fix indentation style bug.David E. O'Brien1999-04-061-4/+4
* Mispelled global option in usage.David E. O'Brien1999-04-061-1/+1
* Install these compat libs to /usr/lib/compat/aout. I think this will workPeter Wemm1999-04-063-6/+6
* MF src/libexec/telnetd: Verify the reverse DNS lookupBrian Somers1999-04-062-4/+36
* Add an option for resetting and rescanning the probed device list, perhapsJordan K. Hubbard1999-04-0610-14/+109
* Two changes to pmap_remove_all:Alan Cox1999-04-062-40/+10
* This is a hack. Cron runs with stdin/out/err pointing to /dev/console,Peter Wemm1999-04-061-1/+10
* Remove (but leave place markers) P_NOSWAP and P_PHYSIO - they were onlyPeter Wemm1999-04-061-3/+3
* Update p_flags doc.Peter Wemm1999-04-061-3/+1
* Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability.Peter Wemm1999-04-061-2/+4
* Don't forcibly kill processes that are locked in-core via PHOLD - it wasPeter Wemm1999-04-061-2/+3
* Use PHOLD/PRELE() instead of P_PHSYIO.Peter Wemm1999-04-062-6/+6
* Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is noPeter Wemm1999-04-061-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.Peter Wemm1999-04-061-3/+3
* Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.Peter Wemm1999-04-062-4/+4
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.Peter Wemm1999-04-063-9/+9
* Use PHOLD/PRELE rather than P_PHYSIO.Peter Wemm1999-04-061-5/+5
* Use the reference counted PHOLD()/PRELE() rather than P_PHYSIO.Peter Wemm1999-04-061-9/+9
* Use the reference-counted PHOLD()/PRELE() rather than P_NOSWAP.Peter Wemm1999-04-061-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().Peter Wemm1999-04-061-3/+3
* Reactivate trace! after making it egcs-friendly.Daniel C. Sobral1999-04-062-13/+16
* Zap the genclass makefile too, it's gone. (It was part of g++ - a hack toPeter Wemm1999-04-061-53/+0
* After receiving a connection and doing a reverseBrian Somers1999-04-061-2/+18
* Clean up "lib-tools:", folding libgcc into the rest.David E. O'Brien1999-04-051-12/+3
* When we get an LCP TLU, go into PHASE_AUTHENTICATEBrian Somers1999-04-051-2/+2
* I've taken a pass through to add NetBSD and OpenBSD release dates,Wolfram Schneider1999-04-051-49/+64
* Move the proper set of libraries.Jordan K. Hubbard1999-04-051-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-0513-86/+440
* 1) Add the defines for the Mass Storage classNick Hibma1999-04-051-10/+23
* change wrong names in prototypes (pipe to dev)Nick Hibma1999-04-051-3/+3
* Add the defines for the Iomega Zip 100 driveNick Hibma1999-04-052-0/+16
* bugfix: initialise timeout for usbd_device_request as well.Nick Hibma1999-04-051-3/+4
* Make ppbus compile under egcs. I'm not sure about this casting-to-union-Peter Wemm1999-04-053-9/+14
* Crap! I grabbed the wrong Makefile from the test machine.David E. O'Brien1999-04-051-11/+5
* Fix type mismatch..Peter Wemm1999-04-051-2/+2
* Fix .for loop continuation lines style bugs.David E. O'Brien1999-04-051-7/+7
* Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.David E. O'Brien1999-04-051-2/+2
* Add iostream Info docs.David E. O'Brien1999-04-052-0/+21
* Fixed disordering in previous 2 commits. Fixed an English error.Bruce Evans1999-04-051-5/+6
* Fix damage introduced in previous commit.Robert Nordier1999-04-052-4/+4