summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the web-appearance of Hardware notes, in the simplest waykeramida2006-05-121-3/+3
| | | | | | | | possible; by re-arranging a couple of sentences in the ath(4) HARDWARE section. Clue by: bmah MFC after: 1 week
* apropos(1) does not expand *roff macros that should appear in .Ndkeramida2006-05-121-2/+1
| | | | | | | | | | text and, as a result, 'FreeBSD' is not visible in apropos output when security(7) is displayed. Fix this buglet by using a literal 'FreeBSD' string in .Nd PR: docs/85986 Submitted by: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de> MFC after: 1 week
* New release notes: alpha support removed, jail(8) -s, traceroute(8)bmah2006-05-122-4/+32
| | | | -c, tzdata2006g.
* Put debugging messages related to inconsistent ticket numbers under misc andmlaier2006-05-121-4/+10
| | | | | | | wrap it __FreeBSD__ specific as I couldn't figure out which version of OpenBSD I got it from. Reported by: Scott Ullrich
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-127-24/+45
| | | | | | | | | | http://www.opengroup.org/onlinepubs/009695399/functions/gethostbyaddr.html gethostbyaddr_r() is changed as well. It breaks ABI backward compatibility on 64 bit arch. So, we fix it on 32 bit arch only for now. Reported by: Rostislav Krasny <rosti.bsd@gmail.com>
* correct strtol(3) usage and style(9)matteo2006-05-121-4/+8
| | | | | Reviewed by: maxim MFC after: 2 weeks
* After a mini-discussion with Sam Leffler, remove the hardcodedkeramida2006-05-121-48/+6
| | | | | | | | | | list of Atheros-based cards from ath(4). The online list is always more up to date, anyway. This invalidates: PR: docs/95360 Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
* Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.cperciva2006-05-121-3/+6
| | | | | | | When /usr/ports/foo/bar is a symlink pointing outside the tree, this deletes the symlink instead of the directory it points to. Requested by: delphij
* Document VERBOSE_SYSINIT in NOTES.benno2006-05-121-0/+8
| | | | Requested by: Niclas Zeising <lothrandil at n00b dot apagnu dot se>
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-1244-360/+19
|
* Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processingmlaier2006-05-124-63/+108
| | | | | | seperately. Also use pfil hook/unhook instead of keeping the check functions in pfil just to return there based on the sysctl. While here fix some whitespace on a nearby SYSCTL_ macro.
* Remove the snd_ess identify routine for the sound device in Alpha PWSjhb2006-05-122-178/+0
| | | | machines.
* Remove some tga bits I missed.jhb2006-05-122-2602/+0
|
* Remove more Alpha bits from the boot code including fixing severaljhb2006-05-1211-30/+8
| | | | stale comments.
* Remove Alpha bits for ficl.jhb2006-05-124-544/+0
|
* add support for makeoptions MFS_IMAGE="<file>" in the config file whichjmg2006-05-121-0/+9
| | | | will automaticly populate the kernel w/ the mfs image...
* Add a new kernel config option, VERBOSE_SYSINIT.benno2006-05-122-0/+46
| | | | | | | | | | | | | | When porting FreeBSD to a new platform, one of the more useful things to do is get mi_startup() to let you know which SYSINIT it's up to. Most people tend to whack a printf in the SYSINIT loop to print the address of the function it's about to call. Going one better, jhb made a version that uses DDB to look up the name of the function and print that instead. This version is essentially his with the addition of some ifdeffery to make it optional and to allow it to work (although using only the function address, not the symbol) if you forgot to enable DDB. All the cool bits by: jhb Approved by: scottl, rink, cognet, imp
* Fix a variety of gram-mos (hopefully I didn't introduce any newbmah2006-05-112-88/+88
| | | | ones). No (intended) content changes.
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingmarcel2006-05-111-5/+0
| | | | not equal to -1, or at all for that matter.
* First pass at removing Alpha kernel support.jhb2006-05-11292-57962/+1
|
* Fixup some comments to allow for the fact that PCI domains are not specificjhb2006-05-112-6/+6
| | | | to Alpha hoses.
* Use __LP64__ rather than the PTR64 hack.jhb2006-05-111-14/+3
| | | | Suggested by: ru
* For some reason, it looks like SA-06:{10,11,12,13} were not mentionedbmah2006-05-112-0/+48
| | | | | | | | | in HEAD's release notes, even though the issues involved were applied (and fixed). Copy their descriptions from one of the RELENG_* branches (RELENG_5 in this case). SA-06:08 and SA-06:09 were not applicable to code on HEAD and thus not mentioned.
* o Style(9) the previous commit a bit.maxim2006-05-111-13/+7
|
* Disconnect Alpha from 'make universe'.jhb2006-05-111-1/+1
|
* So, what's it supposed to say when you type "make love"?ru2006-05-111-0/+1
|
* Remove more straggling CPU_ macro referencesphk2006-05-114-12/+12
|
* Remove straggling reference to CPU_ macrosphk2006-05-112-4/+4
|
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.silby2006-05-111-2/+2
| | | | Two users have reported problems due to the smaller list sizes.
* Add support for the VIA C7-M processor family.njl2006-05-111-14/+160
| | | | | | | | | Remove an unnecessary check of the table's bus clock. CPUs that support this feature export only the high/low settings via the MSR, packed into 32 bits. Hardware from: Centaur Technologies MFC after: 1 week
* Clean out sysctl machdep.* related defines.phk2006-05-1111-111/+15
| | | | The cmos clock related stuff should really be in MI code.
* Use sysctlbynamephk2006-05-112-31/+15
|
* Use sysctlbyname() instead of sysctlphk2006-05-111-4/+1
|
* The 'device fd' line became obsolete some years ago, when the transitionkeramida2006-05-111-1/+0
| | | | | | | | | | | | | to device hints was committed. The GENERIC kernel configuration lost its 'device fd' line at revision 1.260, committed by peter@ on 2000/06/13 22:28:46 UTC. Delete the reference to 'device fd', to avoid kernel build breakage like the one described in the PR audit trail. PR: docs/91448 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> MFC after: 1 week
* Bump copyright year on the hardware notes and installation guide.bmah2006-05-112-0/+2
| | | | | PR: 97134 Submitted by: Aron Stansvik
* Remove the dependency on procfs since it isn't used.ambrisko2006-05-112-3/+0
| | | | Noticed by: des
* Don't claim "(+ipv6)" if we didn't build with INET6.mlaier2006-05-111-1/+5
|
* Get this to compile :cognet2006-05-112-1/+48
| | | | | | - The prototype of uart_bus_probe() hasn't been changed in cvs yet, so use the old one. - Add at91_pdcreg.h, needed by uart_dev_at91usart.c.
* - Change the "jail_" prefix for internal script variables. This fixes anflz2006-05-113-128/+132
| | | | | | | | | | | | | issue where some global jail_* variables were overriden in the script. [1] - Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a jail id. [1] - Update examples and comments in defaults/rc.conf to advertise new variables and the fact that some of the jail-specific variables may be made jail-global. [2] Reported by: pjd [1], clsung [2] Approved by: cperciva X-MFC after: i got sufficient testing from people using rc.d/jail
* if we fail to start a jail and jail_foobar_*fs_enable or ↵matteo2006-05-111-0/+4
| | | | | | jail_foobar_mount_enable were set, umount those filesystem before exiting. If we set up an alias for jail's IP, remove that alias before exiting. MFC after: 2 weeks
* Add the -s option to set jail's securelevel. This is useful for jails run ↵matteo2006-05-112-4/+26
| | | | | | | with non-root privileges. PR: bin/80242 MFC after: 2 weeks
* Fix probe printing of highpoint and promise controllers.sos2006-05-111-5/+4
|
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
| | | | may change errno unexpectly.
* Add symbol versions: FBSD_1.0 and FBSDprivate.davidxu2006-05-111-3/+387
|
* Option for setting a fixed destination port. This is useful for tracingcjc2006-05-112-9/+21
| | | | | | | | | to a host behind a firewall where only specific services are allowed. For example, to trace the hops to an HTTP server behind a firewall, $ traceroute -e -P tcp -p 80 www-firewalled.example.com MFC after: 1 week
* Merge from vendor branch.wollman2006-05-119-469/+764
| | | | | | | | | | | | | Updates to historic rules only for: part of Alaska, Algeria, Bulgaria, Colombia, Easter Island, Italy, Malta, Mexico, Mongolia, Montserrat, Puerto Rico, Poland, Russia, South Korea, Spain, part of North Dakota, United Kingdom, Uruguay, Uzbekistan Updates to current and future rules for: Guatemala, Haiti, Honduras, part of Indiana, Iran, Nicaragua, Palestinian Territories, Sri Lanka, Tunisia, Updates to future rules only for: Canada, Thule AFB in Greenland
* MFCs noted: bsdiff(1)/bspatch(1), cmp(1) -h, netstat(1) -h,bmah2006-05-112-10/+10
| | | | | | | | "sweeping" ping(8), sh(1) built-in times. I uncovered these in a sweep of items that need to be merged to the 5.4 release notes. It's possible that all of these items should have been in the 6.1 release notes (not confirmed).
* This commit was generated by cvs2svn to compensate for changes in r158417,wollman2006-05-114-8/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import tzdata2006g. Too many changes to summarize here; ofwollman2006-05-1119-483/+778
| | | | | | | | | | | | | | | | particular importance to those living in the Western Hemisphere as many non-U.S. zones will be changing DST rules next year to match the U.S. Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/
* | Correct test for fragmented packet.hsu2006-05-111-1/+1
| |
OpenPOWER on IntegriCloud