summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Transform VarParseLong() so that the lifetime and the constness ofharti2005-03-031-139/+143
* Markup nits.des2005-03-031-2/+2
* Correct the default value for %%TINDERBOX%%.des2005-03-031-1/+1
* Doh, erase unused variable...grehan2005-03-031-1/+1
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-032-17/+60
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-032-8/+8
* Insert volatile cast to discourage gcc from optimizing the read outsidedwhite2005-03-031-1/+4
* If a user or group is not known, report the problem user/group, rather thandelphij2005-03-031-3/+3
* Remove the transition aid for the change of the sparc64 default systemmarius2005-03-031-4/+0
* Remove COMPAT_FREEBSD4 again. It was added in rev. 1.41 as a transitionmarius2005-03-031-1/+0
* Fix the panic recently reported on -current@ occuring when configuringmux2005-03-031-8/+13
* Automatically switch to ttyv3 where the fixit shell is running when usingjhb2005-03-022-0/+4
* Rework how we layout the CD/DVD ISO images for releases. Note that thisjhb2005-03-021-68/+60
* - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) failsjhb2005-03-025-13/+57
* fix a bug where bpf would try to wakeup before updating the state.. Thisjmg2005-03-021-2/+6
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0288-353/+584
* Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0.marcel2005-03-021-1/+2
* Remove unused variables.marius2005-03-021-3/+0
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushkbyanc2005-03-021-2/+15
* It is sufficent to require rcconf rather than initdiskless.brooks2005-03-022-2/+2
* Document the newsyslog_* and chkprintcap_* variables I added yesterday.brooks2005-03-021-0/+46
* Implement and document the -q and -f options with their correspondingmarcel2005-03-022-6/+46
* Remove stray else.brooks2005-03-021-1/+0
* Add hacks that I use to test cross-builds (by building onru2005-03-025-2/+25
* The existing locking in the esp driver appears to be fairly adequate, soscottl2005-03-022-3/+1
* Move the check for the error case (variable ends without a closingharti2005-03-021-18/+17
* Clean up the botching of the previous repo-copy. Reference the includedscottl2005-03-026-12/+12
* Use the shiny, new top-level 'distribution' target when populating thejhb2005-03-021-1/+1
* Fix indentation on a block of code.harti2005-03-021-27/+27
* Push the length computation down into VarParseShort().harti2005-03-021-17/+27
* Tweak the lapic timer code to get the performance closer to the pre-lapicjhb2005-03-021-15/+5
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforedavidxu2005-03-021-28/+10
* Repo-copy tools/regression/usr.bin/make to tools/build/make_checkharti2005-03-029-324/+2
* PowerPC support for kldxref by handling the PPC-specific relocations.grehan2005-03-021-0/+74
* Convert a function call to Lst_ForEach with a macro call to LST_FOREACH.harti2005-03-021-16/+17
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-025-7/+19
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* - Allow multiple INTR_FAST handlers for the same source. The motivationmarius2005-03-021-48/+68
* Assorted style fixes and minor changes:marius2005-03-021-17/+16
* Only install acpiio.h in /usr/include. That's all we want to export to users.njl2005-03-021-2/+10
* Fix SCM ID's.obrien2005-03-0210-17/+28
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add an entry for myself.jcamou2005-03-021-0/+1
* Use the LST_FOREACH macro instead of the Lst_ForEach function. Thisharti2005-03-021-18/+24
* Sync the list of headers visible with SHARED=symlinks with thoseru2005-03-021-1/+6
* Use correct byte order when parsing the size of the gzip "Extra data" field.kientzle2005-03-021-1/+1
* Document NO_RCMDS, bump doc date.trhodes2005-03-021-1/+10
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
OpenPOWER on IntegriCloud