summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-0717-68/+0
* Since we upgraded compilers, and the kernel build to match, we can't buildimp2004-08-071-0/+5
* Create an EFI partition when the user wants auto defaults. There'smarcel2004-08-072-0/+44
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-077-50/+251
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderkientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with thekientzle2004-08-072-2/+4
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inmarcel2004-08-078-314/+298
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Use the new prototype for the zone constructor.cognet2004-08-061-2/+3
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelnjl2004-08-061-1/+1
* In thread_exit(), include more information about the thread/processrwatson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notrwatson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFErwatson2004-08-061-2/+31
* Generate KTR trace records for syscall enter and exit in i386 systemrwatson2004-08-061-0/+6
* Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().rwatson2004-08-061-0/+6
* Cut a KTR record whenever a callout is invoked. Mark whether it runsrwatson2004-08-061-0/+4
* Assign KTR flag constants for UMA events and callouts.rwatson2004-08-061-1/+3
* While we're revisiting old sins, try to clean up the code a little anddes2004-08-061-168/+176
* Move the source code for these two modules out of src/sys/modules.des2004-08-064-906/+4
* I've had 'make release' problems on a large/fast dual processor machinekensmith2004-08-061-0/+2
* Now that make(1) passes variables that were given on the command linemarcel2004-08-061-2/+2
* Fix an off-by-one bug that caused the first character of the buffer totjr2004-08-061-2/+1
* Damn, fix the SEE ALSO section.trhodes2004-08-061-1/+1
* Add a manual page for the hfa driver.trhodes2004-08-062-0/+134
* Do not use hardware flow control for the moment. There are some issuesmarcel2004-08-061-0/+8
* Don't scare users with a warning about preemption being off when it isn'tjhb2004-08-061-0/+2
* Bump the document date, since the content changed today.roam2004-08-064-4/+4
* remove /boot/kernel from the default path.. There is already code thatjmg2004-08-062-2/+3
* Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.roam2004-08-061-1/+1
* Add the right CFLAGS to show that we have err.h, getaddrinfo and strlcpy.harti2004-08-061-2/+2
* List some more files to be excluded from the original distribution.harti2004-08-061-0/+3
* This commit was generated by cvs2svn to compensate for changes in r133211,harti2004-08-0655-1288/+1601
|\
| * Virgin import of bsnmpd 1.7harti2004-08-0655-1288/+1601
* | Spell FTP correctly - in this case, it is used as the name of the protocol,roam2004-08-061-2/+2
* | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) androam2004-08-063-0/+4
* | Forced commit to note that the previous fix was actually from:roam2004-08-060-0/+0
* | Fix a printf("%b", ..) example.roam2004-08-061-2/+2
* | Add Giorgos's description of the ftp-chroot login.conf option.roam2004-08-061-0/+10
* | Add and document kern.geom.stripe.fast_failed sysctl, which shows howpjd2004-08-062-1/+14
* | Fields bio_caller[12] should be used by the consumer and fieldspjd2004-08-061-23/+23
* | Bump the document date.ru2004-08-061-1/+1
* | Clean up after mechanical renumbering.ru2004-08-061-1/+1
* | Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but whenpjd2004-08-061-0/+2
* | Do not attempt to clean up data that has not been initialized yet.roam2004-08-062-6/+19
* | Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-062-22/+18
* | Crypto is now part of the base distribution. Remove crypto-install.sh,cperciva2004-08-062-26/+4
OpenPOWER on IntegriCloud