aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFbed: track changes in english versionUdo Erdelhoff2002-11-202-8/+8
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherLuigi Rizzo2002-11-203-2/+2
* Back out some style changes. They are not urgent,Luigi Rizzo2002-11-205-97/+130
* Back out the ip_fragment() code -- it is not urgent to have it in now,Luigi Rizzo2002-11-202-170/+143
* Do not call the dumpconf method unless there is one.Poul-Henning Kamp2002-11-201-4/+5
* Be more careful when parsing arguments.Eric Melville2002-11-201-2/+6
* MFC noted: trm driver.Bruce A. Mah2002-11-202-2/+2
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-2016-9/+245
* reapply 1.26 through 1.28.Alfred Perlstein2002-11-201-18/+6
* Fix compile in the case of SMP defined but DDB not defined.John Baldwin2002-11-201-1/+7
* Fix idle timeout bug, use correct current time of day.David Xu2002-11-202-4/+4
* forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.Alfred Perlstein2002-11-201-6/+18
* remove useless casts, unused macros and cleanup a line wrap.Alfred Perlstein2002-11-201-9/+3
* comment and untwist error return logicAlfred Perlstein2002-11-201-4/+3
* Remove an outdated comment complaining about exporting struct ucredAlfred Perlstein2002-11-201-5/+0
* The target for the maximum number of dependencies has been cutKirk McKusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willKirk McKusick2002-11-201-0/+6
* Properly handle UFS2 sparsely allocated inodes. Fix bug that causedKirk McKusick2002-11-201-24/+59
* First round to sync with the English version.Jun Kuriyama2002-11-191-605/+1716
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-1916-0/+488
* Add entity references for cam(4), sn(4), awi(4).Bruce A. Mah2002-11-192-6/+6
* Fix a couple of bewildering typos.Bruce A. Mah2002-11-192-2/+2
* Add a sysctl to control the generation of source quench packets,Mike Silbersack2002-11-191-2/+20
* correct function declarations of stubs used for building w/o device bpfSam Leffler2002-11-191-4/+4
* Add description of a number of "default" files that have been addedGreg Lehey2002-11-191-1/+19
* Add file for South African holidays.Greg Lehey2002-11-193-6/+25
* o Bring the NOTICE section into the DESCRIPTION section and wrap it inChris Costello2002-11-181-11/+12
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-1812-213/+242
* Fixup FILES section to use proper width and to use a cross-reference toJohn Baldwin2002-11-181-2/+2
* Remove leading ^ from example of match line in vendor-supplied rules sinceJohn Baldwin2002-11-181-2/+2
* Document the KERNELS variable.John Baldwin2002-11-181-0/+9
* We leaked a process lock reference in the event an RFTHREAD processRobert Watson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatDavid Xu2002-11-182-26/+26
* Add EXTLOCALDIR document.Yoshihiro Takahashi2002-11-181-0/+3
* Export NO_CPU_CFLAGS and NO_CPU_COPTFLAGS to chroot.Yoshihiro Takahashi2002-11-181-1/+1
* Don't move NFSCLIENT.Yoshihiro Takahashi2002-11-181-1/+1
* Catch up with The Great Perl Script Rewrite.Ruslan Ermilov2002-11-181-1/+1
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.Ruslan Ermilov2002-11-186-877/+8
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-1831-153/+107
* Add several new real categories and virtual categories.Akinori MUSHA2002-11-181-2/+9
* Create a link /boot -> /<efi>/boot, where <efi> is the mountpointMarcel Moolenaar2002-11-182-0/+30
* Add mount_msdosfs to the crunch-mix. We need to be able to mountMarcel Moolenaar2002-11-181-2/+2
* - Wakeup the correct address when a zone is no longer full.Jeff Roberson2002-11-181-1/+1
* This file has reincarnated as src/include/uuid.h with a whole newMarcel Moolenaar2002-11-181-59/+0
* libc header files are normally in src/include. Therefore, uuid.h hasMarcel Moolenaar2002-11-182-16/+10
* Add BUGS section and note departure of actual implementation from whatWarner Losh2002-11-182-0/+6
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-5/+14
* Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, sinceJuli Mallett2002-11-188-17/+2
* Setup a default tty mode even if the device is not the console. Don'tJake Burkholder2002-11-181-10/+4
* Everything in the disklabel is unsigned so make all the input routinesJulian Elischer2002-11-182-114/+104