aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add static dependency on libisc.a to get isc_movefile() on which namedJeroen Ruigrok van der Werven2001-01-281-0/+11
| | | | | | | | | | | | now depends. This keeps named the same as before the import, that is: only linking against libc dynamically, at a little space increase, which might be due to the source code changes anyway. Very neglectable space difference. Some people might dub it a hack. It will do for now at least. Notes: svn path=/head/; revision=71762
* Update Makefile for the new sources.Jeroen Ruigrok van der Werven2001-01-281-1/+5
| | | | Notes: svn path=/head/; revision=71760
* Resolve conflicts after import.Jeroen Ruigrok van der Werven2001-01-287-85/+261
| | | | Notes: svn path=/head/; revision=71759
* This commit was generated by cvs2svn to compensate for changes in r71756,Jeroen Ruigrok van der Werven2001-01-28109-1162/+1956
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=71757
| * Virgin import of BIND v8.2.3-RELJeroen Ruigrok van der Werven2001-01-28116-1247/+2217
| | | | | | | | Notes: svn path=/vendor/bind/dist/; revision=71756
* | Don't pass PacketAliasProxyRule() a buffer with leading whitespace as itBrian Somers2001-01-281-1/+1
| | | | | | | | | | | | | | can't handle it. Notes: svn path=/head/; revision=71754
* | Call trimdomain properly for ip4 addresses.Brian Somers2001-01-281-29/+29
| | | | | | | | | | | | | | | | PR: 24659 realhostname_sa() stuff submitted by: Jim.Pirzyk@disney.com Notes: svn path=/head/; revision=71753
* | Fix region code reporting.Kenneth D. Merry2001-01-281-4/+3
| | | | | | | | | | | | | | Reported by: Andrew Gordon <arg@arg1.demon.co.uk> Notes: svn path=/head/; revision=71752
* | Revert previous commit. I messed up my testing.Marcel Moolenaar2001-01-285-5/+5
| | | | | | | | Notes: svn path=/head/; revision=71751
* | Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-283-4/+4
| | | | | | | | | | | | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net> Notes: svn path=/head/; revision=71750
* | Remove devstat entries in mddelete()Poul-Henning Kamp2001-01-281-0/+1
| | | | | | | | | | | | | | Spotted: tegge Notes: svn path=/head/; revision=71747
* | Duh, the version of mdconfig.c I committed came from the wrong machine.Poul-Henning Kamp2001-01-282-20/+1
| | | | | | | | | | | | | | | | | | | | Commit the right version, but without the -b option which is too evil for the present. Remove -b and preload from the manpage as well. Notes: svn path=/head/; revision=71745
* | Revert part of previous commit and initialize locale_nroff to " -Tascii"Dag-Erling Smørgrav2001-01-281-4/+6
| | | | | | | | | | | | | | | | | | so man(1) works properly when no locale is set. Spotted by: bde Notes: svn path=/head/; revision=71744
* | Don't specify fragment size, it autosizes from the sectorsize.Poul-Henning Kamp2001-01-281-1/+2
| | | | | | | | | | | | | | | | | | Remember to set mode 1777 on /tmp Submitted by: mjacob Notes: svn path=/head/; revision=71743
* | A couple of chip errata work-arounds refined:Gerard Roudier2001-01-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When used on a 33MHz PCI BUS, the 53C1010-66 revision 0 requires extra clocks to be inserted in data out phase. Revision 1 is fixed. - The 53C1010-33 revision 1 requires internal cycles to be disabled due to possible contentions on IO registers. Revision 2 is fixed. Fix: - The probing of HVD from GPIO3 bit by the driver was reversed. The driver could misprobe the bus mode of a 825 or 875 chip that was not previously initialized (no BIOS for example). Notes: svn path=/head/; revision=71742
* | Remove an outdated DEVFS non-description.Poul-Henning Kamp2001-01-282-8/+0
| | | | | | | | Notes: svn path=/head/; revision=71741
* | Document which options to use for API UP1[01]00Wilko Bulte2001-01-281-0/+9
| | | | | | | | Notes: svn path=/head/; revision=71740
* | Clear intr_nesting_level when an interrupt thread has no moreJake Burkholder2001-01-284-0/+4
| | | | | | | | | | | | | | | | | | | | handlers and wants to exit, so it doesn't panic in exit1() which malloc()s with M_WAITOK. Reported by: Bob Bishop <rb@gid.co.uk> Notes: svn path=/head/; revision=71739
* | Add a new distribution algorythm to the 'one2many' node type.Julian Elischer2001-01-283-11/+77
| | | | | | | | | | | | | | | | | | | | | | | | The new method is 'flood' (in addition to the old round-robin) in which incoming packets are sent to more than one outgoing hook. (I'm not sure what Rogier is using this for but it seems generally useful and isn't much extra) Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net ) Notes: svn path=/head/; revision=71738
* | Merged from sys/i386/isa/npx.c revisions 1.88 and 1.89.KATO Takenori2001-01-281-2/+6
| | | | | | | | Notes: svn path=/head/; revision=71737
* | Synced with sys/i386/i386/machdep.c revision 1.436.KATO Takenori2001-01-282-16/+72
| | | | | | | | Notes: svn path=/head/; revision=71736
* | API UP1100 mainboard has been verified to work.Wilko Bulte2001-01-281-0/+1
| | | | | | | | Notes: svn path=/head/; revision=71735
* | Finish cleaning up the error reporting (standardize on err*()/warn*())Kris Kennaway2001-01-284-140/+44
| | | | | | | | | | | | | | | | | | and fix some overflows. Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71732
* | Add gd_witness_spin_check.Marcel Moolenaar2001-01-282-0/+2
| | | | | | | | Notes: svn path=/head/; revision=71731
* | Fix typo.Marcel Moolenaar2001-01-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=71730
* | Improve kernel bootstrapping:Marcel Moolenaar2001-01-289-62/+116
| | | | | | | | | | | | | | | | | | | | | | | | o Use objdump instead of gensetdefs(1) to build the linker sets. o Allow overriding of nm and objdump in resp. genassym.sh and gensetdefs.pl for non-native toolchains. Reviewed by: arch Perl improvements: Jos Backus <josb@cncdsl.com>, benno Notes: svn path=/head/; revision=71729
* | Move the setting of curproc to idleproc up earlier in ap_init(). TheBosko Milekic2001-01-287-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem is that a mutex lock, prior to this change, is acquired before the curproc is set to idleproc, so we mess ourselves up by calling the mutex lock routine with curproc == NULL. Moving it up after the aps_ready spin-wait has us hopefully setting it after idleproc is setup. Solved by: jake (the allmighty) :-) Notes: svn path=/head/; revision=71728
* | Defer assignment of low level interrupt handlers for PCI interruptsTor Egge2001-01-2811-330/+424
| | | | | | | | | | | | | | | | described in the MP table until something asks for the interrupt number later on. Notes: svn path=/head/; revision=71727
* | De-__P()-ifyWill Andrews2001-01-281-6/+6
| | | | | | | | | | | | | | Reviewed by: markm Notes: svn path=/head/; revision=71726
* | BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint.Will Andrews2001-01-281-10/+13
| | | | | | | | | | | | | | Reviewed by: markm Notes: svn path=/head/; revision=71725
* | Remove an assertion I forgot to remove in the previous commit: sbuf_len()Dag-Erling Smørgrav2001-01-281-1/+2
| | | | | | | | | | | | | | | | | | may now be called with an unfinished sbuf. For consistency, copy the related comment from sbuf_delete() to sbuf_clear() and sbuf_len(). Notes: svn path=/head/; revision=71724
* | Add MLINKS for sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-281-0/+2
| | | | | | | | Notes: svn path=/head/; revision=71723
* | Document the changes in subr_sbuf.c rev. 1.2.Dag-Erling Smørgrav2001-01-281-15/+42
| | | | | | | | Notes: svn path=/head/; revision=71722
* | Add sbuf_clear() and sbuf_overflowed().Dag-Erling Smørgrav2001-01-282-32/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | Move the helper macros from sbuf.h to sbuf.c Use ints instead of size_ts. Relax the requirements for sbuf_finish(): it is now possible to finish an overflowed buffer. Make sbuf_len() return -1 instead of 0 if the sbuf overflowed. Requested by: gibbs Notes: svn path=/head/; revision=71721
* | Document API UP1100 mainboard which is reported to work fine with FreeBSD.Wilko Bulte2001-01-271-1/+58
| | | | | | | | | | | | | | UP1100 owners are invited to comment on the info provided here. Notes: svn path=/head/; revision=71720
* | The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, soAndrew Gallatin2001-01-272-2/+2
| | | | | | | | | | | | | | | | | | document that fact. Thanks to Peter Petrakis <ppetrakis@alphalinux.org> for doing a test boot. Notes: svn path=/head/; revision=71718
* | Update Copyright notices for new year. (should have been in last commit).Justin T. Gibbs2001-01-2713-13/+18
| | | | | | | | Notes: svn path=/head/; revision=71717
* | Make an effort to actually pass the correct device to groff.Dag-Erling Smørgrav2001-01-271-13/+6
| | | | | | | | Notes: svn path=/head/; revision=71715
* | Add a man page for the zone allocator.Dag-Erling Smørgrav2001-01-272-0/+198
| | | | | | | | Notes: svn path=/head/; revision=71714
* | Merged from sys/isa/sio.c revision 1.320.Yoshihiro Takahashi2001-01-272-298/+170
| | | | | | | | Notes: svn path=/head/; revision=71713
* | Turn on DEVFS by default for the alpha. Aside from vinum as mentioned byJohn Baldwin2001-01-272-2/+2
| | | | | | | | | | | | | | | | phk it should work fine. If you need vinum, then don't add this to your kernel config until vinum catches up to DEVFS. Notes: svn path=/head/; revision=71711
* | Turn DEVFS on by default.Poul-Henning Kamp2001-01-272-2/+2
| | | | | | | | | | | | | | | | You may need to turn this off if you you vinum. Apart from that I know of no reason not to run with DEVFS. Notes: svn path=/head/; revision=71710
* | Add a new ddb command 'witness_list' that lists the mutexes held byJohn Baldwin2001-01-273-0/+30
| | | | | | | | | | | | | | | | | | curproc. Requested by: peter Notes: svn path=/head/; revision=71709
* | p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,Peter Wemm2001-01-271-1/+1
| | | | | | | | | | | | | | | | so it should be save to KASSERT() on it even on an arch that may not use it. Notes: svn path=/head/; revision=71707
* | Bah, as my luck would have it, I had a kernel source tree in the windowPeter Wemm2001-01-271-2/+4
| | | | | | | | | | | | | | | | | | while strlcpy() existed, before it got backed out due to an extended bikeshed argument. Sigh. Back to the old version with the redundant code to terminate the string. :-( Notes: svn path=/head/; revision=71706
* | Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one.Peter Wemm2001-01-271-4/+2
| | | | | | | | | | | | | | Noticed by: dfr Notes: svn path=/head/; revision=71705
* | Make the shell handle arrow keysLuigi Rizzo2001-01-271-0/+1
| | | | | | | | Notes: svn path=/head/; revision=71704
* | The magic for autodetecting the boot media does not work anymoreLuigi Rizzo2001-01-272-2/+2
| | | | | | | | | | | | | | on STABLE or CURRENT. Put the explicit name for the floppy. Notes: svn path=/head/; revision=71703
* | Add dummy -n option, for compatibility with the standard netstatLuigi Rizzo2001-01-271-2/+4
| | | | | | | | Notes: svn path=/head/; revision=71702
* | Make sure we do not follow an invalid pointer in ipfw_reportLuigi Rizzo2001-01-271-1/+2
| | | | | | | | | | | | | | when we get an incomplete packet or m_pullup fails. Notes: svn path=/head/; revision=71700