1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
Bruce Evans 295ed75297 Removed some less than useful comments:
- don't say what a small subset of the options includes are for.
- don't mark up functions which use all their args with /* ARGSUSED */.
  The markup should have been removed when the unused retval parameter
  was removed.
- don't comment on what routine suser() checks do.  Removed nearby
  excessive vertical whitespace.
2004-04-06 10:05:02 +00:00
..
alpha Remove the advertsing clause, per the Regent's letter dated July 22, 1999. 2004-04-05 21:00:51 +00:00
amd64 Remove advertising clause from University of California Regent's license, 2004-04-05 23:55:14 +00:00
arm Remove advertising clause from University of California Regent's license, 2004-04-05 21:29:41 +00:00
boot Remove advertising clause from University of California Regent's license, 2004-04-05 23:41:29 +00:00
cam
coda
compat - The MiniportReset() function can return NDIS_STATUS_PENDING, in which 2004-04-05 08:26:52 +00:00
conf Make led.c/led(4) standard so acpi_asus can use it too. 2004-04-03 18:42:05 +00:00
contrib Unbreak the bootloader build by excluding ctype.h. 2004-04-05 17:30:15 +00:00
crypto
ddb
dev - Rewritten TX to use only two pointers to track producer/consumer. 2004-04-05 17:39:57 +00:00
fs Remove ps_argsopen from this check, because of two reasons: 2004-04-01 00:04:23 +00:00
geom Calculate bio_completed properly or die! 2004-04-04 20:37:28 +00:00
gnu
i4b
i386 Uncomment the cy driver since it works again. 2004-04-05 19:31:18 +00:00
ia64 Remove avail_end. As of yesterday, it is unused. 2004-04-06 01:38:28 +00:00
isa Put a bunch of output that us really only useful in a debug 2004-04-04 16:36:21 +00:00
isofs/cd9660
kern Removed some less than useful comments: 2004-04-06 10:05:02 +00:00
libkern Bring these files closer to style(9) conformance by comparing a 2004-03-29 21:15:41 +00:00
modules Initial check-in of the device driver for 3ware's 9000 series 2004-03-30 03:46:00 +00:00
net Properly detect loops by recording the interface pointer in an mtag. 2004-04-05 16:55:15 +00:00
net80211 Resolve the issue of whether frames have FCS or not. Frame data does not 2004-04-05 22:13:21 +00:00
netatalk
netatm
netgraph Rename internal structure to fix cut & paste error. 2004-04-04 21:33:09 +00:00
netinet Two missed in previous commit -- compare pointer with NULL rather than 2004-04-05 00:52:05 +00:00
netinet6 UDP checksum is mandatory in IPv6 (RFC2460 p.28) 2004-04-01 13:48:23 +00:00
netipsec This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd; 2004-04-03 05:31:38 +00:00
netipx
netkey
netnatm
netncp
netsmb
nfs
nfs4client
nfsclient Spell 2 as SHUT_RDWR when used as an argument to soshutdown(). 2004-04-04 19:24:08 +00:00
nfsserver Add imperfect comments identifying the function of various nfs socket 2004-04-06 01:58:58 +00:00
opencrypto
pc98 Backout revision 1.31. The twa entries were moved to i386/conf/NOTES. 2004-04-04 04:41:52 +00:00
pccard
pci - Improved the TX performance with polling(4) by only checking the 2004-04-06 07:58:32 +00:00
posix4
powerpc Remove avail_start on those platforms that no longer use it. (Only amd64 2004-04-05 04:08:00 +00:00
rpc Reset callout if in nfs_timeout and rpcclnt_timeout functions. Timer 2004-03-28 05:55:27 +00:00
security
sparc64 Remove avail_start on those platforms that no longer use it. (Only amd64 2004-04-05 04:08:00 +00:00
sys Oops, fixed insertion sort error in the fix for an insertion sort error. 2004-04-06 09:14:33 +00:00
tools
ufs Fix the remaining warnings of growfs(8) on my sparc64 box with 2004-04-03 23:30:59 +00:00
vm Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. 2004-04-06 07:12:32 +00:00
Makefile