summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Report login attempts to syslog. Due to the statically-linked nature ofcperciva2004-02-224-2/+42
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Check that twed_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Don't free k_cfg until we're finished using it -- reverse the order ofcperciva2004-02-221-1/+1
* Don't free meo until we're finished using it.cperciva2004-02-221-1/+1
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"rees2004-02-221-1/+3
* sendmail 8.12.11 has been MFC'ed to RELENG_4gshapiro2004-02-222-2/+2
* Correct a long-standing race condition in vm_object_page_remove() thatalc2004-02-221-1/+1
* Change the syscall stub branch orders so that the static branch predictionpeter2004-02-224-12/+51
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsmarcel2004-02-223-35/+0
* If mountnfs returns an error, it will have already freed nam; no need tocperciva2004-02-221-1/+0
* Check that periph is non-NULL before dereferencing it.cperciva2004-02-221-1/+1
* If we're going to panic(), do it before dereferencing a NULL pointer.cperciva2004-02-221-1/+1
* Check that xfer != NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* If we're going to assert that logData != NULL, do it before wecperciva2004-02-221-1/+1
* We want to allocate and zero sizeof(struct foo) bytes, notcperciva2004-02-221-2/+2
* Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.cperciva2004-02-221-1/+1
* Some markup fixes, change some devices to a feature.njl2004-02-221-4/+3
* Update my personal copyrights and NETA copyrights in the kernelrwatson2004-02-2231-59/+59
* Update the debug.acpi.disable section for missing devices and the specialnjl2004-02-221-5/+18
* bus_set_resource takes a rid, not a pointer to a rid.njl2004-02-221-1/+1
* Check for NODEV return from udev2dev()phk2004-02-211-0/+2
* Regen (FWIW)peter2004-02-214-5/+5
* Try and make the compat sigreturn prototypes closer to reality.peter2004-02-211-1/+1
* Add a note about the landmine in the middle of struct ia32_sigframe.peter2004-02-211-0/+1
* DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext haspeter2004-02-211-1/+1
* Catch up with some proc/procsig locking improvements that were made to thepeter2004-02-211-6/+2
* Eliminate the second, unnecessary call to pmap_page_protect() near the endalc2004-02-211-2/+4
* in idmap_uid_to_name(), don't try to use the entry after freeing it, in therees2004-02-211-11/+7
* Fixed a serious off by 1 error. The cluster-in-use bitmap was overrunbde2004-02-211-2/+1
* Add some more comments and a -4 argument to restrict searches to onlygreen2004-02-211-5/+16
* ask for rdattr_err in readdir, so we won't fail the readdir if we can't getrees2004-02-211-21/+27
* Bump __FreeBSD_version to mark cdevsw megapatching.phk2004-02-211-1/+1
* Device megapatch 6/6:phk2004-02-216-78/+259
* Device megapatch 5/6:phk2004-02-2110-25/+25
* Device megapatch 4/6:phk2004-02-21163-73/+349
* change baduser and badgroup from -2 to 65534, 65533rees2004-02-211-17/+13
* Device megapatch 3/6:phk2004-02-2129-76/+31
* Device megapatch 2/6:phk2004-02-2110-398/+342
* Device megapatch 1/6:phk2004-02-21103-291/+4
* Use the more appropriate vm_paddr_t in places where a physicalharti2004-02-218-61/+74
* Dont alloc size 0 buffers.sos2004-02-211-3/+5
* Check both PORTEN and MEMEN for enabled HW.sos2004-02-211-1/+1
* Only register interrupt as seen if it was a real HW interrupt.sos2004-02-211-1/+3
* Fix a couple of potential buffer overflows.harti2004-02-212-12/+10
* We can cross-reference to vlan(4) as long asyar2004-02-211-15/+38
* The hardware tagging capability is set on the physicalyar2004-02-211-1/+1
* Make sure that the first mbuf in the chain passed to atm_intrharti2004-02-211-4/+8
* The token for atm_intr is actually a void *, not an int. Clarifyharti2004-02-211-2/+4
* Minor beautifications related to style(9) and code consistency.yar2004-02-211-5/+5
OpenPOWER on IntegriCloud