| Commit message (Expand) | Author | Age | Files | Lines |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 4 | -6/+5 |
* | - DECLARE_MODULE needs SYSINIT -> include sys/kernel.h | alex | 2001-03-23 | 1 | -1/+3 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 4 | -52/+12 |
* | Fixed style bugs (use normal formatting for assignment, and don't override | bde | 2001-03-23 | 1 | -2/+1 |
* | Quote PPP_CONFDIR in CFLAGS | brian | 2001-03-23 | 1 | -1/+1 |
* | Fix -I getopt form | ache | 2001-03-23 | 1 | -1/+1 |
* | replace calls to non-existant bail() subroutine with calls to | alfred | 2001-03-23 | 2 | -4/+4 |
* | Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile time | brian | 2001-03-23 | 4 | -5/+11 |
* | Correct the acl_set_permset and acl_set_tag_type man pages | jedgar | 2001-03-23 | 4 | -66/+60 |
* | added new directories to sync with XFree86-4.0.3. | sf | 2001-03-23 | 1 | -0/+38 |
* | mdoc(7) police: fix markup. | ru | 2001-03-23 | 16 | -302/+144 |
* | mdoc(7) police: fix markup, function prototype, and RETURN VALUES text. | ru | 2001-03-23 | 2 | -58/+82 |
* | Merged from sys/i386/isa/npx.c revision 1.93. | kato | 2001-03-23 | 1 | -3/+3 |
* | Merged from sys/i386/i386/machdep.c revision 1.445. | kato | 2001-03-23 | 2 | -0/+2 |
* | Make wizard mode get out of raw mode first before going interactive with | jkh | 2001-03-23 | 2 | -0/+4 |
* | mdoc(7) police: fix markup and some spelling. | ru | 2001-03-23 | 2 | -66/+99 |
* | Fix a bug with setting the soft updates option from a script. | jkh | 2001-03-23 | 4 | -10/+8 |
* | Now that I have a pair of CreditCard Netwave Adapter, tweak the eject | imp | 2001-03-23 | 1 | -2/+0 |
* | Switch from lynx to "links" as the default doc browser. | jkh | 2001-03-23 | 7 | -16/+17 |
* | Get rid of setgid kmem for systat, and while being there, fix some bugs | tmm | 2001-03-23 | 10 | -151/+397 |
* | Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and | tmm | 2001-03-23 | 15 | -15/+65 |
* | devfs convertion used VINUMRMINOR incorrectly (passing args in | alfred | 2001-03-22 | 1 | -3/+3 |
* | Add missing specification of the `-s' option to the usage line. | iedowse | 2001-03-22 | 1 | -1/+1 |
* | Add the following ACL editing functions: | jedgar | 2001-03-22 | 37 | -4/+2950 |
* | Revert rev 1.7 which used "`console' rather than `ttyv0' so there will | obrien | 2001-03-22 | 1 | -2/+3 |
* | Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel. | scottl | 2001-03-22 | 1 | -0/+2 |
* | Create afaN as a simlink to aacN. Add a comment about the aac device. | scottl | 2001-03-22 | 1 | -0/+2 |
* | Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools from | scottl | 2001-03-22 | 1 | -0/+2 |
* | Remove struct cmessage from sys/socket.h and reintroduce the private | alfred | 2001-03-22 | 4 | -7/+14 |
* | forgot prototyle for __rpc_get_local_uid() | alfred | 2001-03-22 | 1 | -0/+2 |
* | Unbreak world by removing struct cmessage already define in sys/socket.h | ache | 2001-03-22 | 1 | -5/+0 |
* | Update search URL: | wosch | 2001-03-22 | 1 | -1/+1 |
* | Take setgid kmem away from nfsstat, it has not needed it for some time | tmm | 2001-03-22 | 2 | -7/+1 |
* | Respect style(9), one must not include both <sys/types.h> and | roberto | 2001-03-22 | 1 | -1/+0 |
* | Remove (non-protected) variable names from function prototypes. | brian | 2001-03-22 | 2 | -14/+10 |
* | Since ctime compatibility restrictions removed, use more natural date formats | ache | 2001-03-22 | 4 | -8/+8 |
* | Add back the wd* entries. It turns out they're still used by the PC98. | jkh | 2001-03-22 | 1 | -0/+2 |
* | Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay | bp | 2001-03-22 | 7 | -170/+178 |
* | Properly set flags on the broken connection. | bp | 2001-03-22 | 4 | -13/+24 |
* | Enhancement to 1.99 -> 1.100. | ru | 2001-03-22 | 1 | -2/+1 |
* | o Actually extract version of interface and store it along with the name. | bp | 2001-03-22 | 1 | -52/+99 |
* | Slightly reorganize code in the linker_load_dependancies() function to make | bp | 2001-03-22 | 1 | -54/+52 |
* | Don't create legacy wd* devices by default. Let the user do this if | jkh | 2001-03-22 | 1 | -2/+0 |
* | Remove support for old way of handling module dependencies. | bp | 2001-03-22 | 1 | -35/+18 |
* | Use orthogonal www.FreeBSD.org syntax. | jkh | 2001-03-22 | 1 | -1/+2 |
* | Add dependancy on libmchain module. | bp | 2001-03-22 | 2 | -0/+2 |
* | First step towards making loadable modules independent of having | imp | 2001-03-22 | 4 | -10/+53 |
* | Sync to last changes. | imp | 2001-03-22 | 1 | -1/+4 |
* | Add zoom air 4000. | imp | 2001-03-22 | 1 | -0/+1 |
* | Axe a few __P() while I'm in the neighborhood. | imp | 2001-03-22 | 3 | -17/+16 |