summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-11145-263/+449
|
* Use __FBSDID().obrien2003-06-1133-55/+99
|
* Use __FBSDID().obrien2003-06-1120-60/+60
|
* Use __FBSDID().obrien2003-06-1033-111/+100
|
* Use __FBSDID().obrien2003-06-107-32/+21
|
* Use __FBSDID().obrien2003-06-1025-86/+76
|
* Use __FBSDID().obrien2003-06-1019-53/+67
|
* Don't start the beastie menu if the 'beastie_disable' variable is set toscottl2003-06-101-1/+11
| | | | | | | 'YES'. If the user selects to escape to the loader prompt, set 'autoboot_delay' to 'NO' so that the prompt timer doesn't run.
* Use __FBSDID().obrien2003-06-1024-58/+78
|
* Use __FBSDID().obrien2003-06-1028-82/+119
|
* Use C99 compatible ASM statements.obrien2003-06-101-1/+1
| | | | | (untested, but existing state breaks http://triangle.rtp.freebsd.org/~des/tinderbox-CURRENT-amd64-amd64.brief)
* Add an EXAMPLES section.trhodes2003-06-101-0/+22
| | | | | PR: 43899 Reviewed by: des, ru
* Revert 1.52. This should have been added to fetch.3.trhodes2003-06-101-29/+1
| | | | Discussed with: des, ru
* - Finish vm object and page locking in vnode_pager_setsize().alc2003-06-101-26/+21
| | | | | - Make some small style changes to vnode_pager_setsize(); most notably, move two comments to a more logical place.
* - Add manpages for the gem and hme ethernet drivers. These were obtainedtmm2003-06-104-0/+205
| | | | | | from NetBSD, and changed slightly to account for FreeBSD specifics. - Hook them up to the build. - Add them to the list of miibus-using drivers in miibus(4).
* Various cleanups of careless mistakes/omissions.jmallett2003-06-104-11/+11
| | | | | PR: 53149 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* Read gettytab(5) soon enough to fill in all necessary values.yar2003-06-102-16/+40
| | | | | | | | | Re-read gettytab(5) only if needed. This fixes bugs introduced as long ago as in getty/main.c rev.1.15. PR: bin/18181 MFC after: 1 month
* Left out the critical part of my "public domain" template, a notice sayingjmallett2003-06-106-0/+12
| | | | | | that this file is (these files are) in the public domain. PR: 53149
* Use __FBSDID().obrien2003-06-1012-24/+40
|
* Use __FBSDID().obrien2003-06-105-11/+18
|
* Use __FBSDID().obrien2003-06-1023-47/+70
|
* Use __FBSDID().obrien2003-06-106-15/+17
|
* Use __FBSDID().obrien2003-06-1010-17/+29
|
* Use __FBSDID().obrien2003-06-1040-79/+113
|
* Revert part of the last commit. This fixes tail for pipes.markm2003-06-101-8/+7
| | | | Submitted by: joerg
* Spot one more place where boolean variables were incrementedyar2003-06-101-1/+1
| | | | instead of just being assigned a truth value.
* Coding style fix: Use "foo = 1" instead of "foo++" to assignyar2003-06-101-2/+2
| | | | | the truth value to a boolean variable, especially when inside a loop. The variable can overflow otherwise, at least in theory.
* Break sentences.yar2003-06-101-4/+6
| | | | MFC after: 1 week
* General mdoc(7) markup fixes:yar2003-06-101-61/+67
| | | | | | | | | | | - Use .Va, not .Em, to mark up variable-like identifiers (capability and database entry names.) - Stop abusing .Tn (trademark) to emphasize general phrases. - Spot unmarked capability references. - Add a missing line break. Discussed with: ru MFC after: 1 week
* Improve the language and markup of the description of the pp and plyar2003-06-101-7/+18
| | | | | | | | | | | | capabilities: - Mark up capability identifiers. - Don't squeeze much text into the capability table given the options will be described below in detail. - Keep the capability table sorted. - Use a consistent term for a PPP login program. MFC after: 1 week
* Fix typo in the previous revision.simokawa2003-06-101-1/+1
|
* Clarify the telnet requirements slightly, and state an area-of-interestmarkm2003-06-101-1/+5
| | | | in the crypto source. This is not a lock.
* Add cross-references to pci(4) and pciconf(8).sheldonh2003-06-101-0/+2
|
* Add entry for removing deprecated locale namesache2003-06-101-0/+5
| | | | Approved by: imp
* Tidy up the manpage.ru2003-06-101-22/+27
| | | | Reviewed by: grog
* Use __FBSDID().obrien2003-06-102-3/+5
|
* Remove NOSHLIBS, users can get by with NOPIC.obrien2003-06-101-3/+1
| | | | Desired by: ru
* Sync perforce IDs.gibbs2003-06-105-5/+5
|
* Decode bus_info block.simokawa2003-06-101-4/+13
|
* Fix struct bus_info on big-endian machines.simokawa2003-06-101-3/+20
|
* Add tx_speed sysctl variable.simokawa2003-06-101-1/+4
|
* If there are signals delivered to current thread, breaks out of loop,davidxu2003-06-102-8/+6
| | | | | | | userret() will be called again by ast() and thread_userret() will be called again by userret(). Reported by: tegge
* Add (unsigned char) cast to ctype macrosache2003-06-101-2/+2
|
* Use setlocale & nl_langinfo to parse locale nameache2003-06-101-12/+12
|
* Remove deprecated locale namesache2003-06-103-24/+1
|
* Remove transition period hackache2003-06-101-32/+3
|
* Old-promised removing of deprecated locale namesache2003-06-104-192/+0
|
* Merge the following from the English version:rushani2003-06-091-245/+71
| | | | 1.38 -> 1.41 errata/article.sgml
* Revert last commit, I have no idea what happened.phk2003-06-091-1/+1
|
* Grrr. We're going to maintain the present errata file untilbmah2003-06-091-1/+1
| | | | | | | 5.2-RELEASE. Use SGML entity as we should for this version instead of a hard-coded "5.1-RELEASE". Pointed out by: se, ceri
OpenPOWER on IntegriCloud