| Commit message (Expand) | Author | Age | Files | Lines |
* | Regen. | rwatson | 2002-07-31 | 5 | -11/+11 |
* | Reduce the memory footprint of MAC in the base system by halving | rwatson | 2002-07-31 | 2 | -2/+2 |
* | Regen | joe | 2002-07-30 | 2 | -2/+9 |
* | Add support for a couple of network adapters; the 3Com 3C460B and | joe | 2002-07-30 | 2 | -0/+3 |
* | Remove some strange code that allocates memory and then immediately | iedowse | 2002-07-30 | 1 | -26/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -6/+8 |
* | Introduce support for Mandatory Access Control and extensible kernel | rwatson | 2002-07-30 | 1 | -0/+3 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Fix path to other files.<arch> files. | imp | 2002-07-30 | 1 | -2/+2 |
* | Introduce support for Mandatory Access Control and extensible kernel | rwatson | 2002-07-30 | 1 | -1/+10 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+3 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+19 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+7 |
* | Call bpf_mtap() on output, to catch outgoing packets for e.g. tcpdump . | fenner | 2002-07-30 | 1 | -1/+5 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 9 | -0/+27144 |
* | Begin committing support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 4 | -0/+1796 |
* | Correct URLs to Handbook & FAQ's pages | blackend | 2002-07-30 | 1 | -2/+2 |
* | Don't need to hold schedlock specifically for stop() ans it calls wakeup() | julian | 2002-07-30 | 1 | -6/+1 |
* | Make reference counting for mbuf clusters [only] work like in RELENG_4. | bmilekic | 2002-07-30 | 1 | -49/+37 |
* | Correct links to Handbook's pages, old URLs does not work anymore. | blackend | 2002-07-30 | 3 | -5/+5 |
* | Remove some additional paranoia which Kirk forgot to remove from his | phk | 2002-07-30 | 2 | -4/+2 |
* | o Replace vm_page_sleep_busy() with vm_page_sleep_if_busy() | alc | 2002-07-30 | 1 | -7/+4 |
* | Remove code that removes thread from sleep queue before | julian | 2002-07-30 | 1 | -7/+0 |
* | Fix some bugs in in-place editing: | fanf | 2002-07-30 | 1 | -28/+26 |
* | Resolve conflicts arising from the ACPI CA 20020725 import. | iwasaki | 2002-07-30 | 21 | -1766/+755 |
* | This commit was generated by cvs2svn to compensate for changes in r100966, | iwasaki | 2002-07-30 | 64 | -1655/+8457 |
|\ |
|
| * | Vendor import of the Intel ACPI CA 20020725 drop. | iwasaki | 2002-07-30 | 75 | -2377/+8799 |
* | | o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy() | alc | 2002-07-30 | 1 | -5/+6 |
* | | When referencing nd_cnp after namei(), always pass SAVENAME into | rwatson | 2002-07-30 | 2 | -10/+18 |
* | | Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr() | rwatson | 2002-07-30 | 2 | -15/+21 |
* | | Commit a version of the uvisor driver for connecting Handspring | joe | 2002-07-30 | 4 | -0/+450 |
* | | If we get 0xffff back when reading the status register, assume the card | jhb | 2002-07-30 | 1 | -0/+5 |
* | | Regen. | rwatson | 2002-07-30 | 5 | -7/+17 |
* | | Introduce a mac_policy() system call that will provide MAC policies | rwatson | 2002-07-30 | 1 | -0/+2 |
* | | Add support for controlling line1 mixer device, which on some cards represents | sobomax | 2002-07-30 | 1 | -2/+9 |
* | | For processes which are set-user-ID or set-group-ID, the kernel performs a few | nectar | 2002-07-30 | 1 | -1/+2 |
* | | Update list of installed manual pages after regenerating them. | nectar | 2002-07-30 | 1 | -2/+6 |
* | | This commit was generated by cvs2svn to compensate for changes in r100946, | nectar | 2002-07-30 | 225 | -673/+1442 |
|\ \ |
|
| * | | Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e. | nectar | 2002-07-30 | 225 | -673/+1442 |
* | | | Correct links to Handbook's pages: | blackend | 2002-07-30 | 8 | -16/+16 |
* | | | Ignore leading semicolons on commands; required by SUSv3. | tjr | 2002-07-30 | 1 | -2/+8 |
* | | | Resolve conflicts after import of OpenSSL 0.9.6e. | nectar | 2002-07-30 | 6 | -8/+36 |
* | | | This commit was generated by cvs2svn to compensate for changes in r100936, | nectar | 2002-07-30 | 104 | -325/+934 |
|\ \ \ |
|
| * | | | Import of OpenSSL 0.9.6e. | nectar | 2002-07-30 | 110 | -329/+968 |
* | | | | Warning cleanup. | phk | 2002-07-30 | 12 | -74/+74 |