summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* supported IPV6_RECVPATHMTU socket option.ume2004-02-137-10/+72
| | | | Obtained from: KAME
* Merged from kmod.mk,v 1.152: strip debugging symbols even when notru2004-02-131-0/+3
| | | | | configured for debugging. This saves some bytes, and produces the same "kernel" object as if it was configured for debugging.
* Don't override the standard SYSTEM_LD setting from kern.pre.mk.ru2004-02-132-6/+1
| | | | Instead, use the linker script to record the correct entry point.
* Back out my last commit to syscons, things seem to be far more evilphk2004-02-131-9/+5
| | | | | | | | than suspected. and obviously nobody runs the patches I post to -current :-( Poul-Henning
* Reduce the number of knobs controlling the build of debug modulesru2004-02-132-8/+7
| | | | | | | to one, DEBUG_FLAGS, which is also compatible with <bsd.prog.mk>. Previously one had to set both DEBUG and DEBUG_FLAGS to build the .ko.debug with debugging symbols which was boring when doing this manually.
* Removed -g from CFLAGS. There is a better way to build debuggingru2004-02-1310-16/+6
| | | | | | versions of the modules, and unconditionally putting -g in CFLAGS has negative impact on the size of the resulting .ko object, even now that debugging symbols are always stripped.
* We didn't strip debugging symbols from .ko if DEBUG was undefined.ru2004-02-131-0/+3
|
* Add the '-h hostname' to usage(), too.roam2004-02-131-1/+3
| | | | | | | | While I'm here, sync the usage() synopsis with the manual page synopsis: make the [-i | -s] explicit and sort the options alphabetically. Reminded by: ru MFC after: 3 days
* Update manual pages: the name of function g_access_rel() haspjd2004-02-132-5/+5
| | | | | | changed to g_access(). Approved by: scottl (mentor)
* Don't create a mapfile during link. It's not needed for the build.marcel2004-02-134-8/+8
|
* o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-132-10/+0
| | | | | other constributions are compiled. o Remove powerpc specific additions to CFLAGS.
* MFextfs: backed out secondary changes in rev.1.40 that had become justbde2004-02-131-6/+1
| | | | style bugs (a variable that is used only once, and misformattings).
* Fix style bugs in previous commit.kuriyama2004-02-131-2/+6
| | | | Submitted by: bde
* Mention which patches importedache2004-02-131-0/+3
|
* Register libarchive in bsd.libnames.mk and mdoc.localkientzle2004-02-132-0/+2
| | | | Submitted by: ru
* This commit was generated by cvs2svn to compensate for changes in r125759,ache2004-02-133-7/+16
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Official patches 001-005ache2004-02-135-21/+35
| |
* | Style fixes: Use curly braces in Makefiles,kientzle2004-02-131-1/+1
| | | | | | | | | | | | use cat (not cp) to copy files. Submitted by: ru
* | Register libbluetooth and libsdpemax2004-02-121-0/+2
| | | | | | | | Reviewed by: imp (mentor), ru
* | Remove the absolute count g_access_abs() function since experience hasphk2004-02-1217-71/+55
| | | | | | | | | | | | | | | | | | | | | | | | shown that it is not useful. Rename the relative count g_access_rel() function to g_access(), only the name has changed. Change all g_access_rel() calls in our CVS tree to call g_access() instead. Add an #ifndef BURN_BRIDGES #define of g_access_rel() for source code compatibility.
* | Fixed the fatal bug introduced in previous commit: don't stripru2004-02-121-0/+1
| | | | | | | | kgzldr.o -- kgzipping with such a loader produces bad images.
* | Clean CLEANFILES.ru2004-02-121-1/+1
| |
* | Don't use makedev() to hack up dev_t's early in boot, do it rightphk2004-02-121-5/+9
| | | | | | | | with make_dev() (and avoid doing it again later).
* | Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove()alc2004-02-121-2/+2
| | | | | | | | | | | | on system maps, besides the kmem_map, without Giant. In collaboration with: tegge
* | Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
| | | | | | | | for controller memory.
* | Correct the cleanup of the alias dev_t for /dev/urandom: being anphk2004-02-121-3/+1
| | | | | | | | | | | | | | alias it depends on the aliased dev_t and disappears automatically when that is removed. Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
* | Fix a whitespace nit.jhb2004-02-121-1/+1
| |
* | sys/types.h must be included before sys/acl.h,kientzle2004-02-121-1/+1
| | | | | | | | | | | | as clearly documented in the acl manpage. Thanks to bde for catching this blunder.
* | Give both consumers and providers a {void *private, u_int index} whichphk2004-02-121-1/+8
| | | | | | | | the implementing class can use to hang internal info from.
* | Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-123-5/+5
| | | | | | | | | | | | the types used by m_apply()'s callback function, f, as documented in mbuf(9). Noticed by: njl
* | style(9) pass; whitespace and comments.bms2004-02-123-40/+48
| | | | | | | | Submitted by: njl
* | Remove an unnecessary initialization that crept in from the code whichbms2004-02-122-4/+2
| | | | | | | | | | | | verifies TCP-MD5 digests. Noticed by: njl
* | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesbde2004-02-123-35/+38
| | | | | | | | gratuitous differences with ffs a little.
* | Fixed some minor style bugs (English usage and formatting of binarybde2004-02-121-12/+13
| | | | | | | | | | | | operators) in and near revs.1.169-1.170 (open mode bandaid). This (or better a proper fix) should have been done before cloning the bandaid to many other file systems.
* | Connect libarchive to the build.kientzle2004-02-121-1/+1
| |
* | Only indent once for continuation lines when not lining up withbde2004-02-122-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | parentheses if the continuation indent is exactly half of the main indent. Indenting one contination indent for every level of parentheses gives bad results in most cases and is not what is done in about 90% of properly hand-formatted KNF code (sys/kern/*.c, nvi/common/*.c). The main advantage of the non-default KNF options -nlp -ci4 is that continuation lines don't accidentally line up with the next main indentation level or march to the right, and increasing their indentation defeats this. This behaviour change is limited to when the continuation indent is exactly half of the main indent to avoid adding yet another option.
* | Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-122-0/+191
| | | | | | | | | | device seems to be the macio ATA cell with a PCI front-end, and has no relation to PIIX-style ATA/PCI devices.
* | Add sys file required for IEEE fp functions.grehan2004-02-121-0/+37
| | | | | | | | Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
* | Add forgotten IEEE functions. The Perl 5.8 port now compiles.grehan2004-02-129-2/+428
| | | | | | | | | | Submitted by: Suleiman Souhlal <refugee@segfaulted.com> Obtained from: NetBSD
* | Reverse lock order by using local variable. This will shut up "acquiringkuriyama2004-02-121-4/+6
| | | | | | | | | | | | duplicate lock of same type" message. Reviewed by: mckusick
* | Add %%sender%% to the recipient list.des2004-02-124-4/+4
| |
* | Set the default sender address to <tinderbox@freebsd.org>, and thedes2004-02-121-2/+2
| | | | | | | | default recipient to %%sender%%.
* | Tidy up makefiles.ru2004-02-128-264/+74
| | | | | | | | Tested by: marcel
* | style(9): wrap at 80 columns.njl2004-02-121-3/+5
| |
* | Handle proper formatting and a buffer overrun when running an old sh onnjl2004-02-121-7/+28
| | | | | | | | | | | | | | a system that has sys_nsig > NSIG (i.e. when libc is upgraded.) Submitted by: Matt Dillon Reviewed by: bde
* | libarchive itself is now completely clean at WARNS=10 on all architectures.kientzle2004-02-122-2/+6
| | | | | | | | | | | | | | Unfortunately, the stock zlib.h is not: line 885: 'err' parameter shadows global 'err' definition from <err.h> Back the WARNS level down to 3 to accomodate borked zlib.h.
* | Remove register keyword and constify tmp values. This fixesgrehan2004-02-121-3/+3
| | | | | | | | | | PPC compile warning - PPC is the only consumer of this code path.
* | Always socantsendmore() before deallocating a socket. This, in turn,green2004-02-121-0/+7
| | | | | | | | | | | | | | calls selwakeup() if necessary (which it is, if you don't want freed memory hanging around on your td->td_selq). Props to: alfred
* | Correct instance of *timeout that should have been timeout.wpaul2004-02-111-1/+1
| | | | | | | | Noticed by: mlaier
* | kzip(8) is long dead.ru2004-02-111-2/+0
| |
OpenPOWER on IntegriCloud