summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-0522-32/+34
| | | | | | | | | | | | | | | that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64
* Document that ENABLE_ALART controls the alarm on Intel intpm driver.obrien2004-03-052-9/+4
| | | | Submitted by: peter
* When this script included NetBSD specific logic, the NetBSD branchmtm2004-03-051-11/+0
| | | | | | | | | | included a start_precmd check for gated. The precommand was not executed in the FreeBSD branch. When I did a mass removal of NetBSD specific logic a while back this file apparently got only a partial treatement. This bug did not have any functional consequences, however, since the precommand was not declared to the rc.subr routines. Noticed by: pjd
* VESA* is a mistake - it cannot exist due to requiring a 32 bit kernel forobrien2004-03-051-3/+0
| | | | | | BIOS calls and/or VM86. Submitted by: peter
* The syslogd script should require that /var is cleaned before it runs.mtm2004-03-051-1/+1
| | | | | | | Otherwise it could be in the situation where its log socket is removed after it has started. Noticed by: jhay
* Sync with i386/NOTES.obrien2004-03-051-4/+4
|
* Add comment for 'mptable'.obrien2004-03-051-3/+2
| | | | Submitted by: peter
* Remove scripts we don't use from requirement lines. These weremtm2004-03-0511-11/+11
| | | | hold-overs from the initial NetBSD import.
* Note that imp is working on un-shimming this driver, afterwards it shouldobrien2004-03-051-2/+2
| | | | work on AMD64.
* Removed include of bsd.own.mk. It was just a style bug (half-bakedbde2004-03-051-2/+0
| | | | chumminess with the implementation).
* The PECOFF support is 32-bit only.obrien2004-03-051-4/+0
| | | | Reviewed by: peter
* In the last revision, I introduced a physical contiguity check that is bothalc2004-03-051-3/+1
| | | | | | | | | | unnecessary and wrong. While it is necessary to verify that the page is still free after dropping and reacquiring the free page queue lock, the physical contiguity of the page can not change, making this check unnecessary. This check was wrong in that it could cause an out-of-bounds array access. Tested by: rwatson
* PECOFF_* isn't useful for AMD64.obrien2004-03-051-2/+0
|
* New errata: SA-04:04. Also fix a typo in the URL for SA-04:03.bmah2004-03-051-1/+12
|
* Merge the following from the English version:rushani2004-03-051-15/+84
| | | | 1.61 -> 1.65 errata/article.sgml
* Fix a typo.bms2004-03-051-1/+0
|
* Fix style breakage.takawata2004-03-051-0/+1
| | | | Noticed by: njl
* Forced commit to note:wes2004-03-050-0/+0
| | | | | | | | | 1) Review/prodding was provided by josef@, not joe@. 2) Josef was going to commit this and was only looking for a review. My bad. Reviewed by: josef@
* Use getopt instead of hand-rolled argument parsing. Usage remainswes2004-03-051-72/+15
| | | | | | | | the same, no man page changes required. PR: bin/48313 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Reviewed by: joe@
* Move -I${DESTDIR}/usr/include/gnu up, beforeache2004-03-052-2/+6
| | | | -I${DESTDIR}/usr/include to pick correct regex.h
* Correctly read SCHILY.nlink from pax-format archives.kientzle2004-03-051-0/+2
| | | | | In particular, -tv output for pax-format archives now lists everything that ls -l does.
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,wpaul2004-03-043-20/+215
| | | | | | | | | | | | | | | | | along with KeInitializeTimerEx(), KeSetTimer(), KeSetTimerEx(), KeCancelTimer(), KeReadStateTimer() and KeInitializeDpc(). I don't know for certain that these will make the Atheros driver happy since I don't have the card/driver combo needed to test it, but these are fairly independent so they shouldn't break anything else. - Debugger() is present even in kernels without options DDB, so no conditional compilation is necessary (pointed out by bde). - Remove the extra km_acquirecnt member that I added to struct kmutant and embed it within an unused portion of the structure instead, so that we don't make the structure larger than it's defined to be in Windows. I don't know what crack I was smoking when I decided it was ok to do this, but it's worn off now.
* Hook ieee80211 manpages up to the build; fix 1 snafu which crept in.bms2004-03-041-2/+9
| | | | | Noticed by: Matthias Schuendehuette Pointy hat to: bms
* Forgotten commit: Hook /etc/rc.d/ike up to the build.bms2004-03-041-0/+1
|
* Implement a crude but functional usbd_ratecheck() to limit the numberphk2004-03-041-5/+3
| | | | of "usb0: %d scheduling overruns" messages I have to contend with.
* Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick rightache2004-03-041-0/+2
| | | | getopt.h (as workaround until it will be removed from contrib)
* Update URL of GCC status page to GCC 3.3josef2004-03-041-1/+1
| | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370
* Eliminate hard sentence breaks.trhodes2004-03-041-8/+19
| | | | General markup fixes (use the .Dq macro).
* Minor stylistic improvements in the SPECIAL_INSTALLCHECKS section, mainlygad2004-03-041-25/+26
| | | | | | to reduce the number of wrapped lines. Suggested by: bde
* Rewrite TCP segment reassembly note to mention SA-04:04, note MFC,bmah2004-03-042-14/+14
| | | | relocate to security advisory section.
* Make unprivilaged user can see battery info.takawata2004-03-041-2/+5
|
* Only setup sii_reset on sii311[24].sos2004-03-041-2/+3
|
* Forced commit to note that last commit was...roam2004-03-040-0/+0
| | | | Approved by: silence on -audit
* Make rpc.lockd bind to a reserved port, since there are NFS clientsroam2004-03-041-0/+18
| | | | | | | | which ignore NLM requests not coming from a reserved port. PR: 56500 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> MFC after: 1 week
* Rev. 1.32 moved a comment to the wrong line. The hack refered tomtm2004-03-041-2/+2
| | | | | | | | | | in the comment applies to a decision that needs to be made in relation to the year 2000. In fact, that statement probably should be changed to be more generic (getting the year from the current time perhaps). Otherwise, starting in 2069 two digit year conversions in date(1) will start assuming 1900 instead of 2000. hehe.
* Use auto-sense data provided by the lowlevel ATA code.thomas2004-03-041-1/+10
|
* move in6_addmulti()/in6_delmulti() into mld6.cume2004-03-042-90/+93
| | | | Obtained from: KAME
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalbms2004-03-041-7/+7
| | | | preprocessor macro DEBUG. DEBUG() -> CTAU_DEBUG().
* Just because the timecounter reads the same value on two samplesphk2004-03-041-4/+0
| | | | after each other doesn't mean that nothing happened.
* &release.current; security fix branch does not exist, it should berushani2004-03-041-3/+3
| | | | &release.prev; security fix branch.
* Add an MLINKS entry for radiotap(9).bms2004-03-041-0/+1
|
* Initial import of documentation for net80211 interface code.bms2004-03-049-0/+1118
| | | | | | | | Of particular interest here is the ieee80211_radiotap(9) man page. TODO: Flesh out ieee80211_node.9, ieee80211_proto.9. Submitted by: bms (with help from Darron Broad)
* missing splx().ume2004-03-041-1/+3
| | | | | Obtained from: KAME MFC after: 3 days
* Fixed the XXX'ed namespace pollution in rev.1.54 by usingbde2004-03-041-2/+3
| | | | | <machine/limits.h> and __CHAR_BIT instead of <sys/limits.h> and CHAR_BIT. some reason I didn't use the BSD spelling NBBY.
* Don't manually optimize for 20 year old compilers by casting to u_intbde2004-03-041-2/+1
| | | | | to get a free check for negative ints. Rev.1.35 got my request to remove the cast mostly backwards.
* Fixed some style bugs (mainly misformatting, and pointers to `struct thread'bde2004-03-041-15/+14
| | | | named p).
* Fixed insertion sort errors in includes and prototypes. This was morebde2004-03-041-13/+7
| | | | | | | | | than a style bug for the includes -- queue.h is a prerequisite for _lock.h and _mutex.h but was included after them. Removed bogus prototype for fget_locked(). The prototype was originally needed to support K&R but was bogotified by converting the function header to new-style.
* Correct year in copyrights.pjd2004-03-042-2/+2
|
* Record exactly where this file was copied from. It wasn't repo-copied sobde2004-03-041-12/+12
| | | | | | this is not very obvious. Fixed some style bugs (mainly missing parentheses around return values).
* Fixed some style bugs (mainly English usage errors in comments).bde2004-03-041-9/+10
|
OpenPOWER on IntegriCloud