aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed line numbering inside the .for loops.Ruslan Ermilov2004-03-091-1/+3
* Simplify some logic in converting a buffer to an integer.Nate Lawson2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.Nate Lawson2004-03-092-6/+6
* Backout the previous revision due to objections.John Birrell2004-03-092-10/+4
* Reset the text attributes when initializing the console. The EFIMarcel Moolenaar2004-03-091-0/+1
* Hook CPUs up to newbus. CPUs will ultimately be a bus driver so thatNate Lawson2004-03-092-0/+68
* Add #ifdef CPU_SOEKRIS in the missing places around the led_* codeJohn Birrell2004-03-091-1/+10
* AMD's ELAN documentation says that you write to the SYS_RST registerJohn Birrell2004-03-091-0/+10
* On 4.X it was possible for an application to initialise a local FILEJohn Birrell2004-03-092-4/+10
* These aren't all binary options.Mike Heffner2004-03-091-1/+1
* Fix typos.Alex Dupre2004-03-081-2/+2
* Bump __FreeBSD_version for the pf install and write comments to UPDATING.Max Laier2004-03-082-1/+12
* Link pf to the build and install:Max Laier2004-03-0813-3/+681
* Mark loadaverage callout as CALLOUT_MPSAFE.Robert Watson2004-03-081-1/+1
* Add two new sysctls:Pawel Jakub Dawidek2004-03-082-4/+92
* Shift file locking to source file instead of temp file. This fixesKen Smith2004-03-082-8/+5
* Add a check for wtmp records which have invalid values for ut_time. WtmpGarance A Drosehn2004-03-081-12/+64
* Compile 'ac' with DEBUG when arch==sparc64.Garance A Drosehn2004-03-081-0/+5
* Add a debug-statement from NetBSD, and then rework all debug-statementsGarance A Drosehn2004-03-081-9/+82
* Remove a.out at the end of 'make test'Andrey A. Chernov2004-03-081-1/+1
* String the consumers into the list of the provider they are attached to.Poul-Henning Kamp2004-03-081-1/+5
* Fix two instances of improper NULL/0 use idetified by the changes lately.Max Laier2004-03-082-2/+2
* Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.Bruce M Simpson2004-03-081-21/+1
* Manual page for the ng_atmllc node type.Benno Rice2004-03-082-0/+94
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-0884-84/+84
* Fix skipping scripts with given keywords.Pawel Jakub Dawidek2004-03-081-3/+3
* Add a netgraph node to handle ATM LLC encapsulation. This currently handlesBenno Rice2004-03-086-0/+332
* To comply with the spec, do not copy the TOS from the outer IPJeffrey Hsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.Jeffrey Hsu2004-03-081-0/+2
* Implement a work around for the deadlock avoidance case inAlan Cox2004-03-081-0/+7
* Add back Giant locks around kmem_free() call from user_ldt cleanup pathPeter Wemm2004-03-081-0/+2
* Move a vref call outside of proc locks and Giant. By virtue of the factPeter Wemm2004-03-081-5/+4
* Other parts of the tree do not protect calls to kmem_free() with Giant,Peter Wemm2004-03-081-2/+0
* Stop depending on #include pollution from cpufunc.hPeter Wemm2004-03-081-0/+1
* MFi386: re-sort non-gcc function prototypes, trim includesPeter Wemm2004-03-081-44/+30
* MFi386: curpcb is no longer null anymore, so do not test for it.Peter Wemm2004-03-081-3/+1
* MFi386: set initial curpcb pcpu variable at startup time rather thanPeter Wemm2004-03-081-0/+1
* MFi386: wait for local apic to become free before using itPeter Wemm2004-03-081-4/+2
* Implemented the "getifindex" control message.Ruslan Ermilov2004-03-072-0/+17
* Make it possible for the %[eEfgG] formats to not result in an errorColin Percival2004-03-071-1/+1
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,Alan Cox2004-03-0711-79/+0
* Rearrange (centralize) initialization of mallocs internals to always bePoul-Henning Kamp2004-03-071-19/+13
* Don't panic on providers already withered when we wither a geom.Poul-Henning Kamp2004-03-071-1/+2
* Use one bus_dma_tag_t for all pSRB instead of creating one for each.Olivier Houchard2004-03-072-25/+50
* Add final version of BSD/OS, BSD/OS 5.1 ISE.Wolfram Schneider2004-03-071-10/+11
* Convert from timeout to callout API.Alexander Kabaev2004-03-073-4/+5
* Convert from timeout to callout API.Alexander Kabaev2004-03-071-4/+4
* Add manpages for the gctl API.Poul-Henning Kamp2004-03-072-4/+118
* Document kernel functions securelevel_gt and securelevel_ge.Josef El-Rayes2004-03-072-0/+73
* Restore CDIOCREADAUDIO ioctl.Yoshihiro Takahashi2004-03-071-0/+9