summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Commit a libc fix going by the current state of the version numberingpeter2001-02-143-14/+17
| | | | | | | | | | | | | | | | bikeshed in -arch. It isn't quite over, but it has been well established that this can be adjusted or refined. But we do seem to have consensis on a major bump of some sort. After this, it should reasonably safe to build world again. This change is to get rid of __sF[] and use seperate __stdin/out/err handles. This means we can pad on extra bits onto the end of FILE at will without going through this all over again. __sF[] was evil because it compiled the sizeof(FILE) into every stdio using program. Asbestos suit on: check! Peril sensitive sunglasses on: check! *gulp!*
* Return ECONNABORTED from accept if connection is closed while on thejlemon2001-02-142-6/+16
| | | | | | | listen queue, as well as the current behavior of a zero-length sockaddr. Obtained from: KAME Reviewed by: -net
* Add yesstr/nostr translationsache2001-02-131-0/+4
|
* Return {YES,NO}STR from localeache2001-02-131-2/+2
| | | | Approved by: phantom
* Doug found that doing a W1C on MCPCIA_INT_REQ just around the time youmjacob2001-02-131-12/+27
| | | | | | | | clear MCPCIA_INT_MASK0 helps things substantially. So, why not indeed? Rearrange irq and cookie calculation to use shifts/masks instead of division. Fix things to correctly remember the intpin for that one in a million non-INTA PCI device.
* add defines for EISA, NCR IRQs; add defines for MID and SLOT shift valuesmjacob2001-02-131-0/+5
|
* add mcbus minimum id valuemjacob2001-02-131-1/+2
|
* Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1mjacob2001-02-131-4/+13
| | | | | | | | | made no sense in the context of wrapping them within the _SYBRIDGE macro- or anything like it- so we concluded that this must have been a typo in the docs. This also doesn't use the same bridge offset as anything else. Add some defines for the INT_CTL register.
* nuke conflict markersassar2001-02-131-4/+0
|
* Another ispell run.olgeni2001-02-132-4/+4
|
* add a format feeder for conversion from alaw to ulaw and vice versa.cg2001-02-131-0/+93
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* make attempts to set unsupported speeds or formats non-sticky. this shouldcg2001-02-131-3/+30
| | | | | | fix problems with apps that probe for a variety of settings. Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* Typo police:olgeni2001-02-132-4/+4
| | | | | Swap for <-> the. compatability -> compatibility.
* add power management support.cg2001-02-132-95/+107
| | | | Submitted by: Orion Hodson <O.Hodson@cs.ucl.ac.uk>
* New release notes: ipfw(8) support for dynamic IP addresses, isp(4)bmah2001-02-132-0/+42
| | | | | updated, OpenSSH vunerability in SA-01:24 fixed, local support improved, compat4x distribution, compat3x distribution update.
* update to new heimdal libkrb5assar2001-02-131-2/+2
|
* update build infrastructure for heimdal 0.3eassar2001-02-1336-760/+1312
|
* Do not allow non-absolute pathnames in the manpath.ru2001-02-131-0/+8
|
* fix conflicts in heimdal 0.3e importassar2001-02-136-144/+817
|
* This commit was generated by cvs2svn to compensate for changes in r72445,assar2001-02-13579-31499/+97092
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import of heimdal 0.3eassar2001-02-13585-31649/+97911
| |
* | Make it possible for any given locale to use differentru2001-02-131-8/+17
| | | | | | | | | | | | | | | | | | | | groff(1) devices for localized and non-localized pages. Currently, for *.ISO_8859-1 locales the device in both cases is "latin1", and for KOI8-R locale it is "koi8-r" for localized and "ascii" for non-localized pages. Discussed with: des
* | catch up to __part_load_locale() interface changephantom2001-02-134-19/+14
| |
* | add additional function parameter: bufsize_min. it's possiblephantom2001-02-132-4/+7
| | | | | | | | | | | | to check two sizes per one function invocation now. Suggested by: ache
* | Merged from sys/conf/files.i386 revisoin 1.353.kato2001-02-131-2/+2
| |
* | Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-134-41/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | address is configured on a interface. This is useful for routers with dynamic interfaces. It is now possible to say: 0100 allow tcp from any to any established 0200 skipto 1000 tcp from any to any 0300 allow ip from any to any 1000 allow tcp from 1.2.3.4 to me 22 1010 deny tcp from any to me 22 1020 allow tcp from any to any and not have to worry about the behaviour if dynamic interfaces configure new IP numbers later on. The check is semi expensive (traverses the interface address list) so it should be protected as in the above example if high performance is a requirement.
* | Don't even look at af_family if accept() returns sa->sa_len == 0brian2001-02-131-0/+4
| |
* | Add a hook for loading of a Unicode -> char conversion routine as a kld at asobomax2001-02-132-0/+24
| | | | | | | | | | | | | | | | | | | | run-time. This is temporary solution until proper kernel Unicode interfaces are in place and as such was purposely designed to be as tiny as possible (3 lines of the code not counting comments). The port with conversion routines for the most popular single-byte languages will be added later today Reviewed by: bp, "Michael C . Wu" <keichii@iteration.net> Approved by: bp
* | Merged from sys/i386/isa/clock.c revision 1.169.kato2001-02-133-24/+24
| |
* | Merged from sys/i386/isa/npx.c revision 1.90.kato2001-02-131-0/+5
| |
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-1324-46/+49
| |
* | Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).kato2001-02-132-24/+24
| |
* | In light of the dismal transfer times from ftp.FreeBSD.org, add a newobrien2001-02-132-10/+36
| | | | | | | | | | | | | | | | `PACKAGEROOT' env var which you would set to a proper mirror of ftp.FreeBSD.org (say "export PACKAGEROOT=ftp://ftp3.FreeBSD.org"), to fetch from an alternate place. This is easier to use than `PACKAGESITE' for true mirrors, and can be used in your dot files across all versions of FreeBSD.
* | mdoc(7) police: ... and uncompact the list.ru2001-02-131-9/+1
| |
* | mdoc(7) police: replace ``.It No'' with .Pp.ru2001-02-131-8/+8
| |
* | Cosmetic fix: Document targets at the top in a uniform way.jkh2001-02-131-1/+1
| |
* | When setproctitle() moved from libutil to libc, we forgot to back thepeter2001-02-132-4/+4
| | | | | | | | | | | | | | change out that made libperl.so dynamically depend on libutil.so to pick up setproctitle() in its old location. This breaks changes involving incomptabable libc's because ld looks for the dynamic dependency (which it has no business doing anyway) in the wrong place - /usr/lib!
* | Sigh. Add note about the FILE FIASCO.imp2001-02-121-1/+29
| | | | | | | | | | | | Also notes about FFS_ROOT and CD9660_ROOT and DEVFS cautions. It is not a good time to live in -current.
* | Made some checks with ispell.olgeni2001-02-122-32/+32
| |
* | o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing byrwatson2001-02-121-0/+2
| | | | | | | | | | | | | | | | one the number of variables needed for top and other setgid kmem utilities that could only be accessed via /dev/kmem previously. Submitted by: Thomas Moestl <tmoestl@gmx.net> Reviewed by: freebsd-audit
* | Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.nik2001-02-121-2/+4
| | | | | | | | | | | | | | Add .Xr to fsck. Prompted by: JM Jr's script that shows binaries with no whatis info Reviewed by: adrian
* | Remove spaces at end of lines (whitespace only)olgeni2001-02-122-43/+43
| |
* | Since we're in "everybody is hosed anyway" add an layout identifierphk2001-02-121-0/+1
| | | | | | | | | | | | | | | | | | to struct kinfo_proc. All userland/kernel shared structs should contain *both* a size and a layout field. I will add the code to use the field later.
* | mdoc(7) cleanup.ru2001-02-121-90/+86
| |
* | Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
| |
* | mdoc(7) cleanup.ru2001-02-121-26/+34
| |
* | Dont rely on isa includes to get at the std port adresses.sos2001-02-122-2/+6
| |
* | Sort PROT_* and MAP_* lists, logically and alphabetically respectively.ru2001-02-121-44/+68
| | | | | | | | | | | | Suggested by: bde General mdoc(7) cleanup.
* | Make comparsions more clear (per style(9))phantom2001-02-123-4/+4
| |
* | Assume that "" passed as parameter also means "no grouping"phantom2001-02-121-3/+4
| | | | | | | | Make comparsions more clear (per style(9))
OpenPOWER on IntegriCloud