aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add pam_opie, a PAM module using the OPIE one-time-password scheme.Kris Kennaway2000-04-172-0/+150
* Allow applications to disable the installation of the atexit() handlerKris Kennaway2000-04-172-2/+13
* Code compiles and installs 100% better if included in the Makefile.Robert Watson2000-04-163-0/+16
* Add sparcnetbsd support and cleanup style so that this looks nearlySteve Price2000-04-161-7/+9
* Fix a typo (aout32.o -> aout32.c). Add support for NetBSD/Sparc andSteve Price2000-04-161-4/+13
* Create <event.h> -> <sys/event.h> link that I forgot earlier.Jonathan Lemon2000-04-161-2/+2
* Introduce userland utilities to set and get extended attributes. TheseRobert Watson2000-04-164-0/+342
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-1615-89/+736
* Add mention of extended attributes in release notes.Robert Watson2000-04-162-0/+12
* Second patch that prepares for the addition of theGerard Roudier2000-04-161-300/+302
* Change tail to use kqueue/kevent to obtain a notification whenJonathan Lemon2000-04-161-22/+51
* Add files that I forgot to `cvs add' on last commit.Jonathan Lemon2000-04-163-0/+1111
* Replace the POLLEXTEND extensions with the kqueue() mechanism.Jonathan Lemon2000-04-162-25/+29
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-1629-18/+682
* Internat diff reducer.Mark Murray2000-04-161-0/+1
* Remove unneeded #includeJonathan Lemon2000-04-161-1/+0
* Do not pull in <sys/select.h>, it isn't required.Jonathan Lemon2000-04-161-1/+2
* Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64Steve Price2000-04-164-0/+2400
* This commit was generated by cvs2svn to compensate for changes in r59281,Mark Murray2000-04-161-0/+90
|\
| * Virgin import of OpenSSL v0.9.5aMark Murray2000-04-164-5/+97
* | Convert pcvt to use the newbus driver framework, options COMPAT_OLDISAHellmuth Michaelis2000-04-165-187/+157
* | Remove debugging codeRoger Hardiman2000-04-161-1/+1
* | Fix typo in interrupt handling code and fix bug in setting of adelayRoger Hardiman2000-04-164-14/+24
* | Make vinum compile again using the "cast to buf" workaround.Poul-Henning Kamp2000-04-163-20/+21
* | Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.Poul-Henning Kamp2000-04-161-2/+2
* | Add the scsi-target driver to LINT.Poul-Henning Kamp2000-04-163-0/+3
* | - Define registers as offsets from register base rather than offsets fromMatthew N. Dodd2000-04-162-14/+10
* | Include <sys/bus.h>, which is needed after Doug's latest object changes.Warner Losh2000-04-162-0/+4
* | Allow the firewall rules to be established by a shell script insteadBrian S. Dean2000-04-161-1/+3
* | Change "FreeBSD 5.0" to ".Fx 5.0"Chris Costello2000-04-161-1/+2
* | Fix two bugs in extended attribute support for UFS/FFS:Robert Watson2000-04-161-2/+5
* | Remove MAINTAINER.Greg Lehey2000-04-162-4/+0
* | Don't try to compile in INET6 support when NOINET6 is defined.Steve Price2000-04-153-3/+12
* | Use the non-asm routines (for now) on the sparc and sparc64 ports.Steve Price2000-04-152-0/+11
* | A messy commit that checkpoints the driver (not known to actually work)Duncan Barclay2000-04-151-236/+330
* | Merged in a load of information from the card documentation - not finished yet.Duncan Barclay2000-04-151-120/+337
* | A few comment tidy-ups.Duncan Barclay2000-04-151-13/+27
* | Fix typo, extentions -> extensionsJeroen Ruigrok van der Werven2000-04-152-2/+2
* | ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-1514-0/+24
* | Remove pccard.conf.sample from Makefile, sorry I forgot.Mitsuru IWASAKI2000-04-151-1/+1
* | Remove src/etc/pccard.conf.sample. This file is no longer used.Mitsuru IWASAKI2000-04-151-1057/+0
* | First patch that prepares for the adding of multi-firmwareGerard Roudier2000-04-151-313/+233
* | Add include files to alpha/include directory.Roger Hardiman2000-04-152-0/+475
* | Update to driver 2.11.Roger Hardiman2000-04-155-8/+26
* | Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-1583-1444/+1474
* | Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extendedRobert Watson2000-04-154-0/+261
* | make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-155-154/+172
* | This commit was generated by cvs2svn to compensate for changes in r59243,David E. O'Brien2000-04-15299-0/+78108
|\ \
| * | Import the latest version of the 44BSD C-shell -- tcsh-6.09.vendor/tcsh/6.09David E. O'Brien2000-04-15299-0/+78108
| /
* | Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-1527-0/+954