summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This was repo copied from its sys/conf/Makefile.i386 counter part.obrien2001-06-150-0/+0
|
* These were repo copied from their sys/boot/ofw/libofw counter parts.obrien2001-06-150-0/+0
|
* Remove unwanted CFLAGS, and add a CVS id.eric2001-06-152-1/+5
|
* revert removal of warning and K&R supportassar2001-06-1516-138/+294
| | | | Requested by: bde
* nflag -> numeric_port. nflag is no moreassar2001-06-151-1/+1
|
* These were repo copied from their /sys/alpha/alpha counter parts.obrien2001-06-150-0/+0
|
* Add CVS id.obrien2001-06-151-1/+2
|
* These were repo copied from their /sys/alpha/include counter parts.obrien2001-06-150-0/+0
|
* Bump FreeBSD_version to indicate locale renamingache2001-06-151-1/+1
|
* Previous commit makes a minor change so socket-debug processing works thegad2001-06-150-0/+0
| | | | | | | | same as it did before the IPv6 commit. Probably irrelevent to freebsd, but I think it was useful on other OS's. Also makes a few minor style chgs. Reviewed by: freebsd-print@bostonradio.org MFC after: 1 week
* *** empty log message ***gad2001-06-151-19/+15
|
* Rename a few global variables which hold hostname-related values to begad2001-06-1512-69/+90
| | | | | | | | | | | | | | | more sensible/understandable. 'from'->'from_host' 'host'->'local_host' 'fromb'->'frombuf' 'fromhost'->'origin_host' and a local-variable named 'host'->'hostbuf'. This fixes some compile-time warnings about local variables shadowing global variables. Other than renaming variables, the only actual code changes are to call strlcpy() instead of strncpy() when setting those (renamed) variables, and that 'from_ip' is now a strdup()-created buffer instead of being a static buffer compiled in as 1025 bytes. Reviewed by: freebsd-print@bostonradio.org (an earlier version) MFC after: 1 week
* I'm a dunce. Clean up some warnings by axeing some unused variables fromjhb2001-06-151-2/+0
| | | | the previous commit.
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-154-6/+18
| | | | | PR: 25006 MFC after: 2 weeks
* Print symbolic names for appletalk ports. Also some very minor style 9 issues.imp2001-06-151-2/+15
| | | | | PR: bin/4157 Submitted by: Denny Gentry <denny1@home.com>
* Correctly hook up the write kqfilter to pipes.jlemon2001-06-151-5/+7
| | | | Submitted by: Niels Provos <provos@citi.umich.edu>
* Updates and tweaks to the new trace functionality:jhb2001-06-151-37/+44
| | | | | | | | | | | | | - Use db_printf() instead of printf(). - Clean up decode_syscall() to use regular if-then-else rather than goto's. - Use the same method of parsing PID's for per-process traces as the x86 code does: that is, if the address passed in is not a valid kernel address, treat it is a decimal pid. - If the pid of the current process is specified, fall back to using the "default" parameters for the trace as curproc's pcb is not valid at this point. MFC after: 1 week
* Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out wherewpaul2001-06-152-6/+3
| | | | I'd gone wrong before: we have to set csum_data to 0xffff, not 0.
* Fix TX bug: when using TCP/IP checksum offload on TX, we tell the chipwpaul2001-06-151-4/+4
| | | | | | | we want the checksums calculated on a per-packet basis using control bits in the extsts field of the DMA descriptor structure. For TX, the chip seems to want these bits set in the field of the first descriptor in a fragment chain, not the last.
* First round of netstat(1) cleanup.ru2001-06-154-65/+52
| | | | | | | | | | | | | | | | | | | | | | | | Removed the ambiguity in -s, -f, -p and -i flags handling. Basically, there are four displays (except others): 1. PCB display. 2. Protocol statistics display. (-s) 3. Interface statistics display. (-i) 4. Per-interface protocol statistics display. (-i -s) All of the above except 3) can be limited to a particular protocol family (-f) or a single protocol (-p). Some examples: 1. netstat -f inet -- show PCBs of all INET protocols 2. netstat -p udp -- show PCB of UDP protocol only (NEW!) 3. netstat -s -- show protocol statistics for all families 4. netstat -s -f inet -- show INET protocols statistics 5. netstat -s -p icmp -- show ICMP protocol statistics This is a work in progress. Manpage has been fixed slightly, but is still incomplete.
* De-credit myself in order to be consistent.eivind2001-06-151-19/+37
| | | | Also add a few more tips while I am here.
* Line up `netstat -rl' display.ru2001-06-151-5/+7
|
* Port "x11-fonts/XFree86-4-fontLatin2" has been removed from the portsolgeni2001-06-151-1/+0
| | | | | | collection. MFC after: 3 days
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-157-27/+30
| | | | | | | | warnings which come up for various routines that have a parameter which is also called 'name'. Reviewed by: freebsd-print@bostonradio.org MFC after: 1 week
* New entry for rxvt.schweikh2001-06-151-0/+22
| | | | | PR: 28154 Submitted by: Giorgos Keramidas <charon@labs.gr>
* o The VOP_RDWR man page neglected to mention (at least) two error modesrwatson2001-06-151-0/+6
| | | | | | | | | | | | possible when writing: [EFBIG] An attempt was made to write a file that exceeds the process's file size limit or the maximum file size. [EPERM] An append-only flag is set on the file, but the caller is attempting to write before the current end of file.
* Correct the arg count after parsing a line with an unescaped # that isn'tbrian2001-06-151-3/+2
| | | | | | preceeded with whitespace. MFC after: 3 weeks
* #if 0 out pfs_null() to silence the warning about it not being referenced.des2001-06-151-0/+2
|
* Fix some typos.olgeni2001-06-151-2/+2
| | | | MFC after: 1 week
* More tips.nik2001-06-151-0/+24
| | | | Submitted by: David Scheidt <dscheidt@tumbolia.com>
* Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on thisnik2001-06-151-1/+1
| | | | | | | | | announcement from JKH (back when he was still working for Lotus) http://minnie.tuhs.org/cgi-bin/newsread?23150 This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is a Scorpio.
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.peter2001-06-153-22/+0
| | | | Issue raised by: scottl
* Add a new category of fortunes, 'freebsd-tips'. Useful hints, advice, andnik2001-06-152-3/+281
| | | | | pointers to areas of the system that might not be apparent on first inspection.
* Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonlynik2001-06-152-0/+8
| | | | from another host.
* Bah, back out part of previous commit. I got too carried away.peter2001-06-151-1/+1
| | | | linux_debug_map[] is referred to from elsewhere.
* Unbreak OpenSSH for the KRB5-and-no-KRB4 case. Asking for KRB5 doesmarkm2001-06-151-1/+3
| | | | not imply that you want, need or have kerberosIV headers.
* Fix warning:peter2001-06-151-1/+1
| | | | 163: passing arg 4 of `resource_string_value' from incompatible pointer type
* Fix warnings:peter2001-06-151-48/+48
| | | | | 585: warning: missing braces around initializer 605: warning: missing braces around initializer
* Fix warnings:peter2001-06-153-9/+9
| | | | | 908: warning: long unsigned int format, unsigned int arg (arg 3) 887: warning: `timezero' defined but not used
* Fix warnings:peter2001-06-151-5/+5
| | | | | 235: warning: unsigned int format, pointer arg (arg 3) 621: warning: cast discards qualifiers from pointer target type
* Fix warning:peter2001-06-151-2/+2
| | | | 239: warning: no previous prototype for `linux_debug'
* Fix warning:peter2001-06-151-1/+1
| | | | 413: warning: long unsigned int format, vm_offset_t arg (arg 2)
* Fix warning:peter2001-06-151-1/+1
| | | | 1973: warning: int format, long int arg (arg 5)
* Fix warning:peter2001-06-151-2/+2
| | | | 298: warning: assignment makes pointer from integer without a cast
* Fix warnings:peter2001-06-151-3/+6
| | | | | | 412: warning: long unsigned int format, unsigned int arg (arg 3) 418: warning: long unsigned int format, unsigned int arg (arg 3) 424: warning: long unsigned int format, unsigned int arg (arg 3)
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'peter2001-06-151-0/+1
|
* Fix warning: (int/long mixup in printf)peter2001-06-151-1/+1
| | | | 475: warning: unsigned int format, long unsigned int arg (arg 3)
* Fix warning. s/char/unsigned char/ in "(char *)eth"peter2001-06-151-1/+1
| | | | 294: warning: ethernet address is not type unsigned char *
* Fix warning: 848: warning: label `nosupport' defined but not usedpeter2001-06-151-1/+0
|
* Fix warning; remove unused variablepeter2001-06-151-1/+1
|
OpenPOWER on IntegriCloud