¯1178979 21 329 317 118 127 113 147 102 161 429 219 179 244 237 523 253 209 128 873 329 274 659 K 10 svn:author V 3 gad K 8 svn:date V 27 2008-05-13T21:46:50.000000Z K 7 svn:log V 236 MFC *: Add the '-u name' option to the env command, which will completely unset the given variable name (removing it from the environment, instead of just setting it to a null value). [* = 1.10->1.11 env.1, 1.20 env.c] PR: bin/65649 END K 10 svn:author V 5 remko K 8 svn:date V 27 2008-05-13T21:51:02.000000Z K 7 svn:log V 222 The first of thirteen patches by Ed that resolves a documentation issue in termios.4, ttydefaults.h does not exist in /usr/include but in /usr/include/sys. MFC after: 3 days Submitted by: Ed Schouten (ed at 80386 dot nl) END K 10 svn:author V 5 remko K 8 svn:date V 27 2008-05-13T21:51:35.000000Z K 7 svn:log V 24 Bump modification date. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2008-05-13T22:27:32.000000Z K 7 svn:log V 32 BSDCan calendar file update #1. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2008-05-13T22:46:13.000000Z K 7 svn:log V 18 BSDCan update #2. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2008-05-13T23:07:42.000000Z K 7 svn:log V 52 Fix whitespace bug introduced a couple commits ago. END K 10 svn:author V 6 adrian K 8 svn:date V 27 2008-05-13T23:24:06.000000Z K 7 svn:log V 8 Fix #2. END K 10 svn:author V 5 brian K 8 svn:date V 27 2008-05-14T00:22:21.000000Z K 7 svn:log V 67 Add a -8 switch to syslogd to prevent it from mangling 8-bit data. END K 10 svn:author V 5 remko K 8 svn:date V 27 2008-05-14T00:22:57.000000Z K 7 svn:log V 334 Fix pstat behaviour when using coredumps. The reference to tp was incorrect and should have been poining to &tty, tp is a virtual address from the coredump, while we should obtain the address through the tty struct. Approved by: imp (mentor, implicit trivial changes) MFC after: 1 week Submitted by: Ed Schouten (ed at 80836 dot nl) END K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2008-05-14T09:57:21.000000Z K 7 svn:log V 123 Actually, don't rely on the unsafe MAX() macro. Use imax() as provided in the PR patch. Pointed out by: bde PR: 123542 END K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2008-05-14T10:02:25.000000Z K 7 svn:log V 84 style(9): remove FreeBSD CVS ID from the initial license comment. MFC after: 1 day END K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2008-05-14T10:04:17.000000Z K 7 svn:log V 148 MFC r1.7: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig PR: 122878 END K 10 svn:author V 3 kib K 8 svn:date V 27 2008-05-14T14:29:54.000000Z K 7 svn:log V 144 Add the devctl notifications for the cdev create/destroy events. Based on the submission by: Andriy Gapon MFC after: 2 weeks END K 10 svn:author V 4 emax K 8 svn:date V 27 2008-05-14T16:47:30.000000Z K 7 svn:log V 429 Make -t optional in server mode. If not specified use stdin/stdout. Document this. Do not require channel number in server mode. If not specified - bind to ''wildcard'' channel zero. Real channel number will be obtained automatically and registered with local sdpd(8). While I'm here fix serial port service registration. Submitted by: luigi Tested by: Helge Oldach MFC after: 3 days END K 10 svn:author V 2 ru K 8 svn:date V 27 2008-05-14T17:08:31.000000Z K 7 svn:log V 161 Add an ability to run man(1) on local files (the argument should contain a `/' character); based on the submission in the PR. PR: bin/120730 MFC after: 1 week END K 10 svn:author V 2 ru K 8 svn:date V 27 2008-05-14T17:18:12.000000Z K 7 svn:log V 117 Add support for bzip2-compressed manpages. PR: bin/120730 Submitted by: ighighi AT gmail DOT com MFC after: 1 week END K 10 svn:author V 6 jasone K 8 svn:date V 27 2008-05-14T18:33:13.000000Z K 7 svn:log V 33 Clean up cpp logic and comments. END K 10 svn:author V 6 marius K 8 svn:date V 27 2008-05-14T21:00:27.000000Z K 7 svn:log V 777 Improve the integration of BCM5906[M] support: - Rename BGE_FLAG_EEPROM to BGE_FLAG_EADDR to underline it's absence means "there's no chip containing an Ethernet address fitted to the BGE chip so we have to get it from the firmware instead" rather than "there's no EEPROM, but maybe NVRAM or something else". - Don't treat BCM5906[M] generally like chips w/o BGE_FLAG_EADDR set, just in the two cases really necessary. This gets us line with the original patch for DragonFlyBSD. - For sparc64 restore the intended behavior of obtaining the Ethernet address from the firmware in case BGE_FLAG_EADDR is not set, even for BCM5906[M]. - Fix some style(9) bugs introduced with rev. 1.208 of if_bge.c Approved by: jhb Additional testing by: Thomas Nystroem (BCM5906) END K 10 svn:author V 6 marius K 8 svn:date V 27 2008-05-14T21:07:25.000000Z K 7 svn:log V 233 MFC: 1.208 - Use more appropriate maxsize, nsegments and maxsegsize parameters when creating the parent bus DMA tag. While at it correct the style and a nearby comment. - Take advantage of m_collapse(9) for performance reasons. END K 10 svn:author V 6 marius K 8 svn:date V 27 2008-05-14T21:22:17.000000Z K 7 svn:log V 178 MFC: 1.206 (partial) Use more appropriate maxsize, nsegments and maxsegsize parameters when creating the parent bus DMA tag. While at it correct the style and a nearby comment. END K 10 svn:author V 6 marius K 8 svn:date V 27 2008-05-14T21:23:14.000000Z K 7 svn:log V 563 MFC: bus_common.h 1.9; iommuvar.h 1.17; psycho.c 1.77; sbus.c 1.48; counter.c 1.7; iommu.c 1.47 - Use the name returned by device_get_nameunit(9) for the name of the counter-timer timecounter so the associated SYSCTL nodes don't clash on machines having multiple U2P and U2S bridges as well as establishing a clear mapping between these bridges and their timecounter device. - Don't bother setting up a "nice" name for the IOMMU, just use the name returned by device_get_nameunit(9), too. - Fix some minor style(9) bugs. - Use __FBSDID in counter.c END