Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
| | | | | | removal of unnecessary casts and throw in some minor cleanups to see if anyone complains, just for the hell of it. | ||||
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
| | | | | | | | | | | pointer types, and remove a huge number of casts from code using it. Change struct xfile xf_data to xun_data (ABI is still compatible). If we need to add a #define for f_data and xf_data we can, but I don't think it will be necessary. There are no operational changes in this commit. | ||||
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+1 |
| | | | | | Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h. Adjust #include use in libkvm and pstat(8) to match. | ||||
* | Back out rev 1.78; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -8/+6 |
| | | | | Approved by: markm | ||||
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
| | |||||
* | Use struct xfile, not struct file. | des | 2002-07-31 | 2 | -26/+22 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+4 |
| | |||||
* | If unable to retrive maxfiles / openfiles, fail rather than print garbage. | des | 2002-05-28 | 1 | -33/+21 |
| | | | | | | | | Gratuitously rename a couple of variables. Remove unused macros. Add NAI copyright. Sponsored by: DARPA, NAI Labs | ||||
* | Remove the code that was disabled in a recent commit; it is of very limited | des | 2002-05-28 | 2 | -101/+56 |
| | | | | | | | | | use and has been broken in -CURRENT for a long time. Clean up unneeded entries in the nlist array. Implement kvm-backed ttymode (which we never had before). Incomplete as we do not (yet?) print the correct device, sid or pgid. Sponsored by: DARPA, NAI Labs | ||||
* | Oops, don't print /dev/ twice. | des | 2002-05-28 | 1 | -1/+1 |
| | |||||
* | struct tty -> struct xtty. Reenable some previously disable code, but | des | 2002-05-28 | 1 | -35/+43 |
| | | | | | | temporarily disable some rarely-used code that needs more work. Sponsored by: DARPA, NAI Labs | ||||
* | Un-kmemize. Portions of the tty mode code have been temporarily disabled; | des | 2002-05-23 | 2 | -84/+147 |
| | | | | | | everything else, including dead kernel support, works just like before. Sponsored by: DARPA, NAI Labs | ||||
* | Nits in previous commits. | des | 2002-05-23 | 1 | -3/+3 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Cull large amounts of dead code (deprecated since 1997) | des | 2002-05-23 | 2 | -586/+6 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | ANSIfy. | des | 2002-05-23 | 1 | -61/+40 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Staticize. | des | 2002-05-23 | 1 | -50/+50 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Whitespace cleanup. | des | 2002-05-23 | 1 | -6/+6 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Unbreak tty mode (cons was renamed to constty a while ago) | des | 2002-05-23 | 1 | -1/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -3/+3 |
| | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> | ||||
* | Oops, remove references to NLOCKED and NWANTED, now that they no | iedowse | 2002-04-28 | 2 | -8/+0 |
| | | | | longer exist. | ||||
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -2/+2 |
| | | | | | | in preparation for an implementation of limiting code for kern.maxvnodes. MFC after: 3 days | ||||
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 2 | -14/+2 |
| | |||||
* | SECURITY: Drop `setgid kmem' bit as early as possible. | ru | 2001-08-31 | 1 | -0/+1 |
| | |||||
* | Fix the third argument to sysctlbyname() to be of the type size_t * | tmm | 2001-07-30 | 1 | -1/+2 |
| | | | | | | (instead of int *). MFC after: 2 days | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -4/+5 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Make the '-tn' flag combination print the major/minor numbers of the | dd | 2001-07-04 | 1 | -1/+1 |
| | | | | line as documented intead of a full column of 0's. | ||||
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+0 |
| | |||||
* | Don't call printf without a format string (harmless in this case). | dd | 2001-06-17 | 1 | -2/+2 |
| | |||||
* | Fix a grammar bogon and removed whitespace at EOL. | schweikh | 2001-06-03 | 1 | -8/+8 |
| | | | | MFC after: 1 week | ||||
* | Remove vestiges of MFS. | ru | 2001-06-01 | 2 | -5/+3 |
| | |||||
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 2 | -2/+1 |
| | | | | | | | | | | | | | | | systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles. | ||||
* | Unbreak world, IN_SHLOCK/IN_EXLOCK haven't existed in a while and | alfred | 2001-05-09 | 2 | -18/+0 |
| | | | | Kirk finally has ditched them. While I'm here also ditch FSHLOCK. | ||||
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
| | | | | Requested by: bde | ||||
* | Include necessary header files, in preparation for fixing breakage in | grog | 2001-04-23 | 1 | -0/+2 |
| | | | | | | sys/mount.h. Suggested by: phk | ||||
* | mdoc(7) police: you don't need to use enclose macros for blocks of text. | ru | 2001-04-04 | 1 | -1/+1 |
| | |||||
* | Note that the -v option is not supported. Don't remove the actual | dd | 2001-03-29 | 1 | -0/+2 |
| | | | | | | | | text because the code is still in pstat.c, and may be reincarnated at some point. PR: 26054 Approved by: nik | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
| | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. | ||||
* | mdoc(7) police: compact a few lists for better output. | ru | 2001-01-17 | 1 | -24/+25 |
| | |||||
* | Ooops, the -M and -N flags were already documented, though not very clearly. | ben | 2001-01-16 | 1 | -10/+0 |
| | | | | | | Remove the old description in favour of the new description which lists the -M and -N flags along with all the other flags. This is consistent with the manual pages for ps, netstat, iostat, etc. | ||||
* | document -M and -N flags. | ben | 2001-01-16 | 1 | -0/+7 |
| | | | | | PR: 24323 Submitted by: Jesse Monroy <opentrax@email.com> | ||||
* | update to the current set of mnt_, ufs_ and nfs_ flags | assar | 2000-12-30 | 2 | -21/+67 |
| | | | | also make man-page correspond to the code | ||||
* | Use the MACRO API to <sys/queue.h>. | phk | 2000-12-30 | 1 | -4/+4 |
| | | | | Submitted by: "Peter Avalos" <pavalos@theshell.com> | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -5/+5 |
| | |||||
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Don't report TABLDISC - it "doesn't happen(TM)" | peter | 2000-01-29 | 1 | -3/+0 |
| | |||||
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
| | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. |