summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-272-4/+4
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* Fix the handling of "inflight" requests when doing reinit's.sos2004-08-274-7/+35
* Introduce g_alloc_bio() as a waiting variant of g_new_bio().phk2004-08-272-3/+13
* Two things:osa2004-08-271-1/+5
* Set and reset the right bit for UDMA enable/disable on the ICH* chips.sos2004-08-271-2/+2
* Fix a typo in a variable name.yar2004-08-271-1/+1
* Rearrange the call to disk_destroy.sos2004-08-271-6/+6
* Remove bogus vrele() call added in previous.tjr2004-08-271-2/+0
* Use a temporary void * variable to work around a strict aliasingiedowse2004-08-271-2/+3
* Document the -O option's new behavior in the presence of -t.kientzle2004-08-271-2/+4
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"kientzle2004-08-272-11/+16
* Correct va_end usage.kientzle2004-08-271-0/+3
* Cache uid-from-uname and gid-from-gname lookups during extraction.kientzle2004-08-271-17/+84
* Reintroduce slightly modified patch from kern/69964. Check forkan2004-08-271-4/+11
* When trying each linker class in turn with a preloaded module, exitiedowse2004-08-271-3/+2
* Add a new module information type MODINFOMD_SHDR that will be usediedowse2004-08-271-0/+1
* Add MD relocation support for amd64 and i386 platforms. The no-opiedowse2004-08-272-0/+207
* Add support for reading ELF relocatable object file format modules.iedowse2004-08-273-4/+609
* Always set the status and move a printf under bootverbose.njl2004-08-271-5/+8
* Call the file format specific code through a table of functioniedowse2004-08-275-75/+244
* In conjunction with having boot0cfg(8) default boot0 to packet mode.obrien2004-08-271-1/+1
* When attaching a consumer from a volume to a plex, check if thele2004-08-261-2/+21
* Correct a denial-of-service vulnerability in zlib.nectar2004-08-262-0/+6
* Fixed the shell arithmetic to work with 4.x /bin/sh.ru2004-08-262-2/+2
* If getting the current setting after modifying the link failed, we assumenjl2004-08-261-0/+1
* Correct capitalization of DeLorme Publishing.des2004-08-261-1/+1
* The check for r_flag was accidentally removed in the previous commit.des2004-08-261-1/+1
* Document how a standalone module can be built with divert(4) support.ru2004-08-261-0/+4
* Revert the last change to sys/modules/ipfw/Makefile and fix aru2004-08-263-6/+6
* Improve the robustness of MSDOSFSMNT_KICONV handling:tjr2004-08-261-12/+39
* Skip providers with not defined sector size.pjd2004-08-265-0/+15
* Backout the CVSTAG variable, it could potentially be dangerous ifpaul2004-08-261-3/+0
* s/_/./g for an entity name.hrs2004-08-261-0/+5
* Autogenerate device listings for cue(4) and kue(4)brueffer2004-08-262-6/+4
* Add cue(4) and kue(4)brueffer2004-08-261-0/+2
* - move the list of supported adapters into a HARDWARE sectionbrueffer2004-08-261-6/+20
* - move the list of supported adapters into a HARDWARE sectionbrueffer2004-08-261-20/+27
* Re-generate from sl_SI.ISO8859-2.src rev. 1.8 (lowercase month/weekday names).tjr2004-08-261-50/+50
* Begin month and weekday names with a lowercase letter. This is consistenttjr2004-08-261-50/+50
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)kientzle2004-08-261-2/+0
* Backout recent -j changes, the flags is deprecated.maxim2004-08-262-6/+4
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-262-0/+2
* Remove unnecessary check for curthread == NULL.alc2004-08-261-1/+1
* Add reference to vslock(9) for locking user address pages into core.imp2004-08-261-1/+4
* Add pmap locking to many of the functions.alc2004-08-264-48/+147
* Don't edit permissions of pre-existing directories during extract.kientzle2004-08-261-1/+1
* It is not legal to re-use a va_list variable. This causedkientzle2004-08-261-1/+4
* Add missing brackets. It was committed from wrong tree.davidxu2004-08-262-2/+2
* Tell getopt to accept the (already-implemented) -I option.kientzle2004-08-261-1/+1
OpenPOWER on IntegriCloud