summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-1093-335/+384
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Missed an assignment of arg6 in previous commit.obrien2001-12-101-0/+1
|
* Recognize numeric digits inside $id$ tags, eg: $XFree86$peter2001-12-101-1/+1
| | | | | PR: 30666 Submitted by: Tony Finch <dot@dotat.at>
* Get rid of irritating (bogus) message:guido2001-12-101-2/+5
| | | | | | | | pcm0: ac97 codec failed to reset extended mode (0, got 80) This was due to not masking off the correct extended function bits in the read value from the extended status reg. MFC after: 2 days
* Adjust for the addition of CTR6.obrien2001-12-101-1/+1
|
* Complete the CTR6 addition (and TR6 and ITR6...)obrien2001-12-101-11/+11
|
* Add new boot flag to i386 boot: -p.guido2001-12-109-2/+39
| | | | | | | | | | | | This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Reviewed by: (partly by jlemon) MFC after: 1 week
* Install i4bing.4. It lives for more than year in the tree, butphantom2001-12-101-4/+3
| | | | | | never was installed. MFC After: 3 days
* Regen from usbdevs rev 1.70: added some AGFA scannerssheldonh2001-12-102-2/+51
|
* Add some AGFA scanners:sheldonh2001-12-101-0/+7
| | | | | | | | | | SnapScan 1236U SnapScan e20 SnapScan e25 SnapScan e26 SnapScan e40 SnapScan e50 SnapScan e52 PR: kern/32649 Submitted by: "Erik H. Bakke" <ebakke@trolltech.com>
* Provide a more specific help line for PLIP installs, reminding themurray2001-12-101-0/+5
| | | | | | | user that they must provide the peer's IP address in the 'extra options to ifconfig' box. PR: misc/21273
* I missed a string concatenation.obrien2001-12-101-1/+1
|
* Add identification string for AMD-761 host to PCI bridge.murray2001-12-102-0/+6
| | | | PR: kern/32255
* Remove the advice relating to the number of cylinders per cylindersheldonh2001-12-101-13/+0
| | | | | group. The highest possible value is calculated automatically since rev 1.41 of src/sbin/newfs.c .
* Add the Bulgarian BDS and Phonetic keymaps.roam2001-12-104-2/+8
| | | | | | Reviewed by: jhb Approved by: jhb, silence on -qa MFC after: 1 week
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-1092-306/+309
| | | | also don't use ANSI string concatenation.
* WARNS=2 cleanup.mikeh2001-12-102-58/+70
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-102-12/+17
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* WARNS=2 cleanup.mikeh2001-12-102-33/+35
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-1/+1
|
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-106-25/+25
|
* Repeat after me -- "Use of ANSI string concatenation can be bad."obrien2001-12-104-38/+38
| | | | | | | | In this case, C99's __func__ is properly defined as: static const char __func__[] = "function-name"; and GCC 3.1 will not allow it to be used in bogus string concatenation.
* Add a CTR6, we need it now.obrien2001-12-101-0/+8
|
* o Eliminate compilation warnings on 64-bit architectures.alc2001-12-101-3/+3
|
* An XFree86 install should not depend on any compat libs any longer.obrien2001-12-101-9/+0
| | | | | | (1) We don't need compat3x and compat4x as we build the bits on the proper release now (vs. getting them from the XFree people). (2) We handle the compat2x needs thru proper port dependancies now.
* We do have a compat4x dist for Alpha.obrien2001-12-101-1/+1
|
* Update the list of public NTP servers fromobrien2001-12-102-64/+820
| | | | | | | | | http://www.eecis.udel.edu/~mills/ntp/clock2.htm Also remove any Stratum 1 servers and only include Stratum 2 and higher servers. PR: 32586 Submitted by: Arnaud Launay <asl@launay.org>
* cleanupdillon2001-12-104-18/+18
|
* Remove PAO3 dependent part where I missed to remove at last commit.non2001-12-101-4/+0
|
* Add auto-fill-on-delete. When deleting an 'A'uto created partitiondillon2001-12-096-83/+132
| | | | | | | | | | | | | | | | sysinstall will automatically expand the previous partition to take up the freed up space. So you can 'D'elete /home and /usr will get the combined space, or you can 'D'elete /tmp and /var will get the combined space. This gives the user, developer, or lay person a huge amount of flexibility in constructing partitions from an 'A'uto base. It takes only 3 or 4 keystrokes to achieve virtually any combination of having or not having a /tmp and/or /home after doing an 'A'uto create. Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should be less controversial. MFC after: 6 days
* WARNS=2 cleanup.mikeh2001-12-092-1/+3
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Turn on WARNS=2, no code fixes needed.mikeh2001-12-091-0/+2
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.iedowse2001-12-091-0/+7
| | | | | PR: kern/31250 Submitted by: Bryan Liesner <bleez@bellatlantic.net>
* Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINTiedowse2001-12-091-4/+0
| | | | | | | | | and SIGQUIT during shutdown", but rpc.umntall is also run at boot time, so ignoring these signals is a really bad idea: it makes it impossible to ^C the process as it waits for a server response. I can't see any reason to block these signals during shutdown either. MFC after: 3 days
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.obrien2001-12-092-0/+138
| | | | So craft the proper versions of these and commit em.
* Following sys/i386/include/ansi.h rev 1.33, add additional integer typesobrien2001-12-091-9/+57
| | | | in <machine/ansi.h> and that are required by <sys/stdint.h>.
* style(9) cleanup: spaces -> tabs.mikeh2001-12-091-94/+95
| | | | MFC after: 2 weeks
* style(9)obrien2001-12-095-44/+50
|
* We need machine/types.h to build a cross GCC compiler.obrien2001-12-091-0/+72
| | | | | (copied from src/sys/i386/include/types.h rev 1.23, except for the label_t size, which is '10' everywhere BUT on i386)
* Per the CSRG's type.h, 'typedef' has a <tab> after it.obrien2001-12-091-1/+3
| | | | Also add two simpler examples of typedefs to show their formatting.
* WARNS=2 cleanup.mikeh2001-12-092-10/+20
| | | | | PR: bin/32646 MFC after: 2 weeks
* machine/limits.hobrien2001-12-092-0/+430
| | | | (taken from i386/include/limits.h rev 1.19)
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-092-0/+17
| | | | | | | | some Toshiba and Thinkpad laptops. Wakeup event is generated by power button or sleep button on some laptops but this also generates SCI interrupt, and shutdown the system as result. So this is introduced so that acpi driver ignore given requests for certain period.
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.arr2001-12-093-3/+3
| | | | Spotted by: bde
* Back out previous commit.des2001-12-091-2/+1
| | | | Requested by: ru
* Set fetchDebug if v_level is 3 or more.des2001-12-091-0/+2
| | | | | PR: bin/32615 MFC after: 1 week
* Don't build with NDEBUG.des2001-12-091-3/+0
| | | | | PR: bin/32615 MFC after: 1 week
* Conditionalize some debugging code that didn't use the DEBUG macro.des2001-12-091-8/+10
| | | | MFC after: 1 week
* Introduce a fetchDebug global. Change the DEBUG macro so it only runs thedes2001-12-093-1/+5
| | | | | | | debugging code if fetchDebug is set. PR: bin/32615 MFC after: 1 week
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-092-64/+112
| | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
OpenPOWER on IntegriCloud