aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Resolve conflicts after import.Jeroen Ruigrok van der Werven2001-01-287-85/+261
* | This commit was generated by cvs2svn to compensate for changes in r71756,Jeroen Ruigrok van der Werven2001-01-28109-1162/+1956
|\ \
| * | Virgin import of BIND v8.2.3-RELJeroen Ruigrok van der Werven2001-01-28116-1247/+2217
* | | Don't pass PacketAliasProxyRule() a buffer with leading whitespace as itBrian Somers2001-01-281-1/+1
* | | Call trimdomain properly for ip4 addresses.Brian Somers2001-01-281-30/+30
* | | Fix region code reporting.Kenneth D. Merry2001-01-281-4/+3
* | | Revert previous commit. I messed up my testing.Marcel Moolenaar2001-01-285-5/+5
* | | Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-283-4/+4
* | | Remove devstat entries in mddelete()Poul-Henning Kamp2001-01-281-0/+1
* | | Duh, the version of mdconfig.c I committed came from the wrong machine.Poul-Henning Kamp2001-01-282-20/+1
* | | Revert part of previous commit and initialize locale_nroff to " -Tascii"Dag-Erling Smørgrav2001-01-281-4/+6
* | | Don't specify fragment size, it autosizes from the sectorsize.Poul-Henning Kamp2001-01-281-1/+2
* | | A couple of chip errata work-arounds refined:Gerard Roudier2001-01-281-3/+3
* | | Remove an outdated DEVFS non-description.Poul-Henning Kamp2001-01-282-8/+0
* | | Document which options to use for API UP1[01]00Wilko Bulte2001-01-281-0/+9
* | | Clear intr_nesting_level when an interrupt thread has no moreJake Burkholder2001-01-284-0/+4
* | | Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-283-11/+77
* | | Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.KATO Takenori2001-01-281-2/+6
* | | Synced with sys/i386/i386/machdep.c revision 1.436.KATO Takenori2001-01-282-16/+72
* | | API UP1100 mainboard has been verified to work.Wilko Bulte2001-01-281-0/+1
* | | Finish cleaning up the error reporting (standardize on err*()/warn*())Kris Kennaway2001-01-284-140/+44
* | | Add gd_witness_spin_check.Marcel Moolenaar2001-01-282-0/+2
* | | Fix typo.Marcel Moolenaar2001-01-281-1/+1
* | | Improve kernel bootstrapping:Marcel Moolenaar2001-01-289-62/+116
* | | Move the setting of curproc to idleproc up earlier in ap_init(). TheBosko Milekic2001-01-287-42/+42
* | | Defer assignment of low level interrupt handlers for PCI interruptsTor Egge2001-01-2811-330/+424
* | | De-__P()-ifyWill Andrews2001-01-281-6/+6
* | | BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.Will Andrews2001-01-281-10/+13
* | | Remove an assertion I forgot to remove in the previous commit: sbuf_len()Dag-Erling Smørgrav2001-01-281-1/+2
* | | Add MLINKS for sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-281-0/+2
* | | Document the changes in subr_sbuf.c rev. 1.2.Dag-Erling Smørgrav2001-01-281-15/+42
* | | Add sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-282-32/+57
* | | Document API UP1100 mainboard which is reported to work fine with FreeBSD.Wilko Bulte2001-01-271-1/+58
* | | The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, soAndrew Gallatin2001-01-272-2/+2
* | | Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-2713-13/+18
* | | Make an effort to actually pass the correct device to groff.Dag-Erling Smørgrav2001-01-271-13/+6
* | | Add a man page for the zone allocator.Dag-Erling Smørgrav2001-01-272-0/+198
* | | Merged from sys/isa/sio.c revision 1.320.Yoshihiro Takahashi2001-01-272-298/+170
* | | Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byJohn Baldwin2001-01-272-2/+2
* | | Turn DEVFS on by default.Poul-Henning Kamp2001-01-272-2/+2
* | | Add a new ddb command 'witness_list' that lists the mutexes held byJohn Baldwin2001-01-273-0/+30
* | | p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,Peter Wemm2001-01-271-1/+1
* | | Bah, as my luck would have it, I had a kernel source tree in the windowPeter Wemm2001-01-271-2/+4
* | | Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one.Peter Wemm2001-01-271-4/+2
* | | Make the shell handle arrow keysLuigi Rizzo2001-01-271-0/+1
* | | The magic for autodetecting the boot media does not work anymoreLuigi Rizzo2001-01-272-2/+2
* | | Add dummy -n option, for compatibility with the standard netstatLuigi Rizzo2001-01-271-2/+4
* | | Make sure we do not follow an invalid pointer in ipfw_reportLuigi Rizzo2001-01-271-1/+2
* | | Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-2724-448/+90
* | | - Back out over-aggressive locking of p->p_cred.John Baldwin2001-01-261-12/+3