summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include sys/types.hbrian2000-10-163-0/+6
* Add netnatm to LDIRSbrian2000-10-161-1/+1
* Style fix only.jwd2000-10-161-3/+5
* Set new default: entropy_file="/entropy"jwd2000-10-161-2/+2
* Having played with this commit request for a few hours, I'vejwd2000-10-162-15/+63
* Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). Afterwpaul2000-10-151-1/+1
* include <sys/types.h>brian2000-10-151-0/+4
* Fix the PICOBSD kernel configs. They're now converted to usejoe2000-10-1513-287/+533
* Fix RAW dependency violation on p6 between cmp and mov.marcel2000-10-152-0/+2
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-154-4/+4
* #include <sys/types.h>brian2000-10-153-0/+6
* Remove namespace polution (x -> __x) introduced in the lastbrian2000-10-151-10/+10
* BPF wants packets in host byte order whereas TUN_IFHEAD wants thembrian2000-10-151-5/+12
* Correct check for NULL in MEXT_INIT_REF() which should be checking whetherbmilekic2000-10-151-3/+3
* Lots of little fixes. We no longer panic on card insert:imp2000-10-152-19/+53
* Fix #include orderbrian2000-10-151-1/+1
* Put the header section in the header file not the c file.n_hibma2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-15301-303/+2
* Correct the usage of mktemp:alex2000-10-152-2/+9
* note: support for Fujitsu MB86960A/MB86965A based PC-Card Ethernetsanpei2000-10-152-2/+22
* Slight cleanup - this is logically equivalent code but means one lesspeter2000-10-151-6/+6
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-157-5/+5
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-153-9/+10
* Repeat after me: I will test *before* commit, not after.... *blush*peter2000-10-151-1/+1
* Fixed warnings.nyan2000-10-151-3/+1
* Untangle some resource matching loops that were getting on my nervespeter2000-10-156-36/+33
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topbp2000-10-152-22/+62
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-154-0/+6
* Remove GLOBAL -- it has moved to Ports.obrien2000-10-159-98/+0
* Remove GLOBAL -- it has moved to Ports.obrien2000-10-1583-15250/+0
* Change the "in use" percentage metric to actually display a realbmilekic2000-10-151-9/+14
* While I'm here:bmilekic2000-10-151-1/+1
* Fix nullfs breakage caused by incomplete migration of v_interlock frombp2000-10-152-6/+10
* Add nmbcnt sysctl and make it tunable at boottime; nmbcnt is thebmilekic2000-10-151-1/+5
* Fixed warnings.nyan2000-10-1514-51/+70
* Merged from sys/boot/i386/loader/main.c revision 1.21.nyan2000-10-151-10/+0
* I don't think we'll ever take any input (or send output) to aobrien2000-10-155-0/+15
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
* Don't define NOATM now that /usr/include/netnatm/ is created properly.brian2000-10-151-1/+0
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordbrian2000-10-151-34/+31
* Add /usr/include/netnatm/brian2000-10-151-0/+2
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
* Change the text for the ServerWorks north bridge chips. RCC is nowalc2000-10-142-8/+8
* Recognize the ServerWorks IB6566 south bridge.alc2000-10-141-0/+4
* Add another security configuration profile, call it "high" andjkh2000-10-149-3/+84
* Remove the HPFPLIB copyright which we have never used.phk2000-10-141-10/+1
* Remove even more unneeded #includes.phk2000-10-1413-280/+0
* Initial libc port for ia64.dfr2000-10-1445-0/+3022
* CSU code for ia64.dfr2000-10-141-0/+115
* Add a man page for part of the PRNG API.markm2000-10-142-1/+137
OpenPOWER on IntegriCloud