]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-07-31 jake*.s -> *.S.
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 nectarSort headers to reduce diffs between branches.
2002-07-31 umeinclude file of SASLv1 was changed to /usr/local/includ...
2002-07-31 jakeMoved the rule for locore.o from kern.post.mk to Makefi...
2002-07-31 darrenrsome dolt forgot to add in an include for <limits.h>
2002-07-31 joeReplace the FOO_DEBUG definitions with USB_DEBUG, and...
2002-07-31 joeMake this compile with the debugging options switched on.
2002-07-31 joeWake up Joe! It would help if I included sys/sysctl.h.
2002-07-31 joeAdd a sysctl (debug.usb.uhub) for tweaking the uhub...
2002-07-31 phkThe Elan SC520 MMCR is actually 16bit wide, so u_char...
2002-07-31 joeGet bored with hard coded debug level variables and...
2002-07-31 darrenrPatch to fix bounds checking/overflow.
2002-07-31 desUse struct xfile, not struct file.
2002-07-31 desRewrite sockstat(1) in C.
2002-07-31 desHave the kern.file sysctl export xfiles rather than...
2002-07-31 desNit in previous commit: the correct sysctl type is...
2002-07-31 desInitialize v_cachedid to -1 in getnewvnode().
2002-07-31 desIntroduce struct xvnode, which will be used instead...
2002-07-31 desAdd struct xfile, which will be used instead of struct...
2002-07-31 muxFix a bunch of format string warnings which broke
2002-07-31 yarDeny the SIZE command on large files when in ASCII...
2002-07-31 joeIt should be "ucom", not "usio".
2002-07-31 joeRegen
2002-07-31 blackendCorrect URL to the Handbook
2002-07-31 joeMFNetBSD: uvisor.c (1.14, 1.15)
2002-07-31 blackendCorrect URL to the FAQ
2002-07-31 schweikhCorrect a few grammar bogons.
2002-07-31 joeRemove trailing white spaces
2002-07-31 joeRegen
2002-07-31 joeAdd the HP ScanJet 2200C.
2002-07-31 joeEnable the HP 2200C and Visioneer Scanport 3000 scanner...
2002-07-31 joeAdd the Primax (Visioneer) 6200 scanner.
2002-07-31 alc o Lock page accesses by vm_page_io_start() with the...
2002-07-31 phkI forgot this bit of uglyness in the fsck_ffs cleanup.
2002-07-31 chrisGrammar (`was' -> `were')
2002-07-31 bmahNew release notes: uaudio, uvisor, gpt, mca.
2002-07-31 jhb- Define NO_CPU_CFLAGS during BMAKE and TMAKE (and...
2002-07-31 bmahFix markup nits and a (not related) typo.
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 bmahUpdated release notes: ACPI CA 20020725, OpenSSL 0...
2002-07-31 rwatsonNote that the privilege indicating flag to vaccess...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 semenuFix a problem with sendfile() syscall by always doing...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonRegen.
2002-07-31 rwatsonReduce the memory footprint of MAC in the base system...
2002-07-30 joeRegen
2002-07-30 joeAdd support for a couple of network adapters; the 3Com...
2002-07-30 iedowseRemove some strange code that allocates memory and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 impFix path to other files.<arch> files.
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 fennerCall bpf_mtap() on output, to catch outgoing packets...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 rwatsonBegin committing support for Mandatory Access Control...
2002-07-30 blackendCorrect URLs to Handbook & FAQ's pages
2002-07-30 julianDon't need to hold schedlock specifically for stop...
2002-07-30 bmilekicMake reference counting for mbuf clusters [only] work...
2002-07-30 blackendCorrect links to Handbook's pages, old URLs does not...
2002-07-30 phkRemove some additional paranoia which Kirk forgot to...
2002-07-30 alc o Replace vm_page_sleep_busy() with vm_page_sleep_if_b...
2002-07-30 julianRemove code that removes thread from sleep queue before
2002-07-30 fanfFix some bugs in in-place editing:
2002-07-30 iwasakiResolve conflicts arising from the ACPI CA 20020725...
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 iwasakiVendor import of the Intel ACPI CA 20020725 drop.
2002-07-30 alc o In do_sendfile(), replace vm_page_sleep_busy() by...
2002-07-30 rwatsonWhen referencing nd_cnp after namei(), always pass...
2002-07-30 rwatsonMake M_COPY_PKTHDR() macro into a wrapper for a m_copy_...
2002-07-30 joeCommit a version of the uvisor driver for connecting...
2002-07-30 jhbIf we get 0xffff back when reading the status register...
2002-07-30 rwatsonRegen.
2002-07-30 rwatsonIntroduce a mac_policy() system call that will provide...
2002-07-30 sobomaxAdd support for controlling line1 mixer device, which...
2002-07-30 nectarFor processes which are set-user-ID or set-group-ID...
2002-07-30 nectarUpdate list of installed manual pages after regeneratin...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarImport the regenerated OpenSSL man pages after import...
2002-07-30 blackendCorrect links to Handbook's pages:
2002-07-30 tjrIgnore leading semicolons on commands; required by...
2002-07-30 nectarResolve conflicts after import of OpenSSL 0.9.6e.
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarImport of OpenSSL 0.9.6e.
2002-07-30 phkWarning cleanup.
next