summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GDB 4.18 does not use the mmalloc library by default. So GC a little.obrien2002-03-231-4/+0
|
* Machine must be non-static for COMPAT_43 to compile. This is used in bsd/osjake2002-03-231-1/+1
| | | | 1.x compatibility code, which I'm sure we all use every day.
* Oops. Should have saidjake2002-03-230-0/+0
| | | | Submitted by: tmm
* Cleanup the trace back routine slightly. Print the leaf return value sojake2002-03-231-10/+55
| | | | | that traps inside of leaf functions are less confusing. Add a function to print a non-symbolic trace of the user stack.
* Sync with other arches; add bloat.jake2002-03-231-25/+35
|
* Revert last commit, it came too late to save alpha :-(phk2002-03-233-12/+0
|
* Hide the ugly d_boot[01] from the kernel.phk2002-03-233-0/+12
|
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2313-177/+164
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Major rework of the iicbus/smbus framework:nsouch2002-03-2342-820/+1759
| | | | | | | | - VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
* Very simple fixes; WARNS and ANSIfy. Remove GCC-specific options frommarkm2002-03-232-20/+11
| | | | Makefile.
* Restore the original copyrightnsouch2002-03-232-0/+2
|
* viapm is the driver for VIA SMBus controllersnsouch2002-03-233-2/+72
|
* Minor whitespace nit.markm2002-03-231-1/+0
|
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-238-122/+116
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2312-52/+52
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Moved $FreeBSD$ to the correct place.bde2002-03-234-6/+4
|
* Repaired CSRG id. This file was not in Lite1; it was just cloned from abde2002-03-238-10/+8
| | | | file with a in Lite1 before being cvs-added to FreeBSD.
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-236-22/+16
| | | | | were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
* Work around zlib bug where using a deflate window size of 8 willjedgar2002-03-231-1/+1
| | | | cause memory corruption.
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-232-14/+14
| | | | | were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
* Add new graphical screen saver (dragon_saver).amorita2002-03-237-90/+505
| | | | Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver).
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-232-20/+20
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-233-23/+15
| | | | | were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-2318-125/+107
| | | | | | not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases.
* Add bios area range check (lower side).takawata2002-03-232-2/+4
|
* Fix setting of CLEANFILES.obrien2002-03-231-1/+1
|
* Use our auto-YACC'ing rules to do most of the work.obrien2002-03-231-7/+3
| | | | Submitted by: bde
* Fix a deadlock condition with tlb shootdown ipi delivery. Since ipis arejake2002-03-231-0/+17
| | | | | | | | | | not blocked by raising the pil, a reciever may be interrupted while holding a spinlock. If the sender does not defer interrupts throughout the entire operation it may be interrupted and try to acquire a spinlock held by a reciever, leading to a deadlock due to the synchronization used by the ipi handlers themselves. Submitted by: tmm
* Backout intrusive ktr traces in tlb fault handlers which have served theirjake2002-03-232-566/+2
| | | | purpose.
* Standardize on our SCM ID style.obrien2002-03-2326-121/+36
|
* Restore CSRG ID's lost in January 1995.obrien2002-03-2346-175/+235
|
* ASM versions of __FBSDID.obrien2002-03-236-0/+50
|
* Disable -Werror when building -- the old version of gcc used on IA32 can'twollman2002-03-231-0/+2
| | | | deal with C99 formats.
* Lots of markup fixes and improvements.bmah2002-03-231-23/+47
| | | | Submitted by: ue
* Don't use graphics in callouts for the release documentation. Thebmah2002-03-231-0/+6
| | | | | | | little graphics images are a pain to deal with, and they don't work in the *.TXT files anyways. Submitted by: ue
* Remove an obsolete release note about TCP and SYN-flood protection.bmah2002-03-232-8/+0
| | | | Reviewed by: silby
* Update perl's man path for 5.6.1brian2002-03-231-1/+1
|
* Sendmail can be slow to startup.obrien2002-03-221-4/+4
| | | | So start it in the background to speed up booting.
* Fix the style of the SCM ID's.obrien2002-03-2229-25/+35
| | | | I believe have made all of libc .h's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-2254-117/+138
| | | | I believe have made all of libc .c's as consistent as possible.
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
| | | | I believe have made all of libc .h's as consistent as possible.
* Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be definedimp2002-03-221-1/+6
| | | | | | | | as a macro w/o messing things up. This is really an abuse and we will back this out as soon as the abusers have been fixed. Add a comment to this effect. With this change, the XFree86-4 port now builds.
* Use td_ucred in several trivial syscalls and remove Giant locking asjhb2002-03-221-32/+16
| | | | appropriate.
* Fix the style of the SCM ID's.obrien2002-03-22408-795/+970
| | | | I believe have made all of libc .c's as consistent as possible.
* Use explicit Giant locks and unlocks for rather than instrumented ones forjhb2002-03-221-6/+5
| | | | | | code that is still not safe. suser() reads p_ucred so it still needs Giant for the time being. This should allow kern.giant.proc to be set to 0 for the time being.
* Typo (if => of).wollman2002-03-221-1/+1
|
* Add a word of caution about integer arithmetic range and overflow detection.wollman2002-03-221-0/+6
|
* Fix a few formatting brainos and make the formatting of the EXAMPLESwollman2002-03-221-6/+9
| | | | section somewhat clearer.
* Actually install the moduli(5) man page.des2002-03-221-1/+1
|
* Install static and profiled libraries with -C.des2002-03-221-2/+2
|
OpenPOWER on IntegriCloud