summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small bug fix and improvementsshin1999-12-283-3/+20
* Upgrade to the pam_ssh module, version 1.1..green1999-12-282-24/+346
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-286-16/+37
* Delete dead code and clean comments a little.hoek1999-12-282-8/+15
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-2849-52/+14758
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-2831-31/+2072
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-282-4/+4
* Correctly maintain state when manipulating linked lists. This fixes ahoek1999-12-271-3/+8
* Add ipsec_esp option to files which depend on crypto.shin1999-12-271-15/+15
* Initialize unitialized variable from prev. commit.hoek1999-12-271-1/+1
* Fixed breakage of static linkage of rlogind. Someone added -lutil andbde1999-12-271-4/+5
* Fixed some bugs (one serious one: timeouts were claimed to be executed atbde1999-12-271-4/+41
* Fix typo "," vs ";"peter1999-12-272-2/+2
* Fixed namespace pollution in rev.1.24 (don't implement <sys/signal.h> here).bde1999-12-271-4/+5
* Synced with sys/isa/sio.c rev 1.282.kato1999-12-272-10/+96
* Synced with sys/i386/isa/clock.c rev 1.148. This is a cosmetic changekato1999-12-273-12/+48
* Synced with sys/i386/conf/Makefile.i386 rev 1.169.kato1999-12-272-22/+8
* Synced with Makefile.i386. The following cleanups in Makefile.i386bde1999-12-272-6/+6
* Add a bunch of `const's and fix a typo.brian1999-12-2716-26/+30
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-277-33/+34
* Fix some typo's.asmodai1999-12-271-2/+2
* This should have been committed with related changes to .c files.bde1999-12-271-1/+1
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-274-20/+20
* Fixed some type mismatches. p_retval[0] in struct proc has typebde1999-12-274-36/+44
* Connect up the bootforth glue and compile it, but don't initialize itpeter1999-12-271-3/+13
* Add in missing ENABLE TARGET MODE opcode.mjacob1999-12-271-0/+2
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.peter1999-12-273-5/+7
* Make this compile with -Wall -Werrorpeter1999-12-271-1/+2
* Reset the Zoom 56K modem when starting to use it.julian1999-12-272-2/+6
* kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to dopeter1999-12-271-3/+1
* Include opt_nfs.hpeter1999-12-271-0/+1
* Remove kvm_mkdb as it isn't installed anymore. libkvm asks directlypeter1999-12-271-1/+0
* Zap kvm_mkdb, it was for kvm_nlist's benefit, but now it goes directpeter1999-12-277-730/+0
* Zap the kvm_kernel.db juggling at 'make install' time, it isn't neededpeter1999-12-272-14/+0
* Zap kvm_kernel.db stuff now that libkvm gets it directly from the runningpeter1999-12-273-21/+0
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-12-2711-129/+60
* Correct an uninitialized variable use, which, unlike most times, isgreen1999-12-271-4/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.peter1999-12-272-0/+2
* Add a new function dllockinit() for registering thread lockingjdp1999-12-2715-46/+640
* Add support of SB for PC98 into VoxWare 3.5, and more $FreeBSD$.tanimura1999-12-276-1/+85
* Fixed stripping of aout debugging kernels.bde1999-12-263-12/+12
* Fixed spelling error in document title.bde1999-12-261-2/+2
* Fix tab completion mounts (like /cdrom/)eivind1999-12-262-0/+2
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-268-2/+42
* Moved $FreeBSD$ to its usual place after the CSRG id.bde1999-12-261-9/+9
* Update the cvs pserver example so that it gives some more obvious cluespeter1999-12-261-3/+5
* Updated a comment to match code.bde1999-12-261-1/+1
* Removed unused includes.bde1999-12-261-26/+12
* Use vfs_timestamp() instead of getnanotime() to set timestamps. Thisbde1999-12-261-3/+4
* Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.bde1999-12-266-16/+8
OpenPOWER on IntegriCloud