summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* In setpgid(), since td is passed in as a system call argument, use itrwatson2004-07-231-1/+1
* Fix the following LOR on pf module unload:mlaier2004-07-231-4/+4
* Refine pf_check_proto_cksum() a bit in order to avoid additional in_pseudo()mlaier2004-07-231-25/+22
* Mark functions pure where applicable.tjr2004-07-231-11/+12
* Mark functions pure where applicable. A notable exclusion is strcoll(),tjr2004-07-231-13/+13
* Allow an effective uid of root to bypass mac_bsdextended rules; the MACrwatson2004-07-231-0/+3
* The ADDR16 relocations were assuming that non-local symbols had angrehan2004-07-231-14/+24
* If you insert a pccard modem and then eject it, you get a panic. Thisimp2004-07-221-1/+2
* MFi386 revision 1.421alc2004-07-221-1/+1
* Remove redundant inclusion of bus_if.h. It isn't needed in this file, asimp2004-07-221-1/+0
* MFp4:imp2004-07-221-30/+29
* Actually free the unit when destroying the interface.brooks2004-07-221-0/+5
* Remove ahb, aha, ie, le and wl devices. They are all ISA/EISA only.imp2004-07-221-8/+0
* There is no pcic device on amd64. OLDCARD isn't supported, andimp2004-07-221-9/+0
* Push Giant acquisition down into fo_stat() from most callers. Acquirerwatson2004-07-224-7/+8
* More CardBus Bridges supported, o2micro better nowimp2004-07-221-5/+23
* Add IDs from TI's web site. Reports from the field and inspection ofimp2004-07-222-1/+14
* More TI device IDs.imp2004-07-221-0/+3
* - Change uma_zone_set_obj() to call kmem_alloc_nofault() instead ofalc2004-07-224-13/+10
* Push acquisition of Giant from fdrop_closed() into fo_close() so thatrwatson2004-07-225-6/+16
* suser() accepts a thread argument; as suser() dereferences td_ucred, arwatson2004-07-221-0/+12
* In devfs_allocv(), rather than assigning 'td = curthread', assert thatrwatson2004-07-221-7/+9
* Arg! Revert local changes that were accidentlly included in the previousscottl2004-07-221-40/+22
* Don't count needed bounce pages if loading a buffer that was created withscottl2004-07-221-23/+41
* Disable the PREEMPTION-enabled code in critical_exit() that encouragesscottl2004-07-221-0/+2
* Make size suffix case insensitive.le2004-07-222-3/+6
* display.c:johan2004-07-224-3/+8
* Fix handling of comments on .elif lines. The patch given in a followupharti2004-07-221-0/+7
* Add references to pf(4) and pfctl(8) at the description ofkeramida2004-07-221-2/+7
* Add a macro, __pure, which expands to __attribute__((__pure__)) on gcctjr2004-07-221-0/+6
* This commit was generated by cvs2svn to compensate for changes in r132536,roberto2004-07-221-14/+59
|\
| * The following patch has been taken from the ntp-stable vendor branch.roberto2004-07-221-14/+59
* | Include support for NOCRYPT & NO_OPENSSL world.roberto2004-07-224-5/+20
* | Correct another cut/paste mistake. Sorry folks.roberto2004-07-221-1/+1
* | Remove arlib (libares.a) from the build. It is not IPv6 compatible, notroberto2004-07-222-13/+1
* | Correct a cut/paste error.roberto2004-07-221-1/+1
* | Allow ntpd to be compiled w/o readline when NO_GNU is defined. Part of aroberto2004-07-223-7/+21
* | Update comment about fast interrupts to be closer to realityimp2004-07-221-0/+4
* | Remove duplicate $FreeBSD$imp2004-07-223-9/+0
* | Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* | Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
* | Remove unused (and bogus) locking, style cleanup, remove unnecessary casts.njl2004-07-221-145/+84
* | Return the correct value when dst == NULL and conversion has stopped aftertjr2004-07-221-2/+2
* | Add two more programs useful for testing the correctness of pipes.silby2004-07-222-0/+214
* | Add 'benchmarked' and many technical acronyms for protocols, productmurray2004-07-221-1/+29
* | In pmap_mincore() create a private copy of the pte for use after the pmapalc2004-07-221-1/+5
* | Improve package list for disc3:murray2004-07-221-1/+6
* | Update the callframe structure to leave space for the frame pointergrehan2004-07-226-2/+16
* | Make this compile: add sys/module.h and KDBify.gallatin2004-07-221-5/+3
* | Minor style nitimp2004-07-221-1/+1
OpenPOWER on IntegriCloud