| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump document date for the -n option. | johan | 2002-08-16 | 1 | -1/+1 |
* | Bump document date for the 'beep only' change. | johan | 2002-08-16 | 2 | -2/+2 |
* | Add LOGIN_SETMAC, which will indicate to the user context management code | rwatson | 2002-08-16 | 1 | -1/+2 |
* | Use symbolic constants instead of magic address constants. | jake | 2002-08-16 | 1 | -1/+1 |
* | Minor style. Removed unused declaration. | jake | 2002-08-16 | 1 | -2/+1 |
* | Removed unneeded pmap_initialized flag. | jake | 2002-08-16 | 1 | -4/+0 |
* | Demark sections of code that need special fault handling with labels. | jake | 2002-08-16 | 5 | -148/+169 |
* | Bah! Use the full name for Florida. | marcus | 2002-08-15 | 1 | -1/+1 |
* | Add myself. | marcus | 2002-08-15 | 1 | -0/+1 |
* | UHCI_DEBUG -> USB_DEBUG. | joe | 2002-08-15 | 2 | -2/+2 |
* | Add myself. | dg | 2002-08-15 | 1 | -0/+1 |
* | For some reason, the flags and td arguments in the fo_read prototype | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Code formatting sync to trustedbsd_mac: don't perform an assignment | rwatson | 2002-08-15 | 1 | -2/+2 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | alfred | 2002-08-15 | 3 | -9/+9 |
* | Remove cam_extend.c from sources to unbreak modules. | alfred | 2002-08-15 | 1 | -1/+1 |
* | Correct a minor whitespace nit that sneaked in with my previous commit. | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Fix typos: s/Ths/This, s/counties/countries | blackend | 2002-08-15 | 1 | -2/+2 |
* | - Fix a bug that wrote one char behind the end of the | robert | 2002-08-15 | 1 | -6/+3 |
* | Remove cam_extend.[ch] after all references to them were removed. | njl | 2002-08-15 | 2 | -145/+0 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 31 | -106/+145 |
* | Remove usage of cam_extend.c, replace with dev->si_drv1 | njl | 2002-08-15 | 10 | -244/+74 |
* | Put each function argument on its own line to keep lines shorter | robert | 2002-08-15 | 1 | -1/+6 |
* | Move mac.h include to match the MAC tree location. Both locations | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 3 | -0/+28 |
* | Use one line for each function argument to keep the line | robert | 2002-08-15 | 2 | -2/+11 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 14 | -43/+43 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 9 | -90/+90 |
* | Oops, add -false to the operators list in the manual page for find(1), as added | jmallett | 2002-08-15 | 1 | -0/+1 |
* | Add support for -false instead of '!' cause it can be hard to use that in | jmallett | 2002-08-15 | 1 | -0/+1 |
* | Fix return case for negative namelen by jumping to normal exit processing | rwatson | 2002-08-15 | 1 | -2/+4 |
* | Reset dupack count in header prediction. | hsu | 2002-08-15 | 2 | -0/+2 |
* | Kernel support for a dummynet option: | luigi | 2002-08-15 | 2 | -1/+2 |
* | On MAC check failure for readdir, use 'goto out' to use the common exit | rwatson | 2002-08-15 | 1 | -1/+1 |
* | o Backout rev. 1.40 and rev. 1.49. | maxim | 2002-08-15 | 1 | -36/+34 |
* | It's now sufficient to rely on a nested include of _label.h to make sure | rwatson | 2002-08-15 | 1 | -1/+0 |
* | Perform a nested include of _label.h if #ifdef _KERNEL. This will | rwatson | 2002-08-15 | 1 | -0/+4 |
* | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h which | rwatson | 2002-08-15 | 1 | -0/+1 |
* | Make m_flags an int instead of a short, this is consistent with the | bmilekic | 2002-08-15 | 2 | -3/+3 |
* | Fix typo. | mux | 2002-08-15 | 1 | -1/+1 |
* | Removed duplicated MLINKS which make(1) recently started warning about. | bde | 2002-08-15 | 1 | -2/+0 |
* | Include <stdlib.h> to have abort() and exit() declared. | robert | 2002-08-15 | 1 | -0/+1 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 6 | -23/+20 |
* | - Introduce the 'restrict' qualifier to function prototypes and | robert | 2002-08-15 | 6 | -12/+12 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 14 | -48/+24 |
* | Document the effect of contrib/gcc/c-lex.c,v 1.2 commit. | ru | 2002-08-15 | 1 | -0/+5 |
* | Merge gcc.295/cccp.c,v 1.9: don't let gcc(1) hide warnings in system headers. | ru | 2002-08-15 | 1 | -0/+6 |
* | mdoc(7) police: fixed indentation in synopsis. | ru | 2002-08-15 | 2 | -4/+14 |
* | pccbb->cbb | imp | 2002-08-15 | 3 | -4/+4 |
* | No longer needed | imp | 2002-08-15 | 1 | -243/+0 |
* | pccbb -> cbb | imp | 2002-08-15 | 2 | -2/+3 |