summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The macro versions of putc() and putchar() are gone.tjr2003-01-101-9/+3
|
* There is no macro version of getc() anymore.tjr2003-01-101-2/+1
|
* Bring the list of function-like macros up to date with reality.tjr2003-01-101-28/+20
|
* o Improve wording of the comment that accompanies fs_pad. Themarcel2003-01-101-1/+6
| | | | | | | | | | | padding is not specific to non-i386 architectures. It is caused by non-i386 specific alignment requirements of fs_swuid, o Add a CTASSERT to catch a change in the size of struct fs at compile-time rather than run-time. Ok'd: gordon Tested on: i386 ia64
* spell multiple correctly.alfred2003-01-101-1/+1
|
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()tjr2003-01-102-3/+38
| | | | and fileno_unlocked().
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-104-0/+30
| | | | | # Preliminary because there are some subtle things the NetBSD driver does # that we don't do yet. My card works for me w/o them.
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().tjr2003-01-102-1/+106
|
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-103-6/+68
| | | | and putchar_unlocked().
* Add function versions of getchar_unlocked(), getc_unlocked(),tjr2003-01-102-1/+96
| | | | | | putchar_unlocked(), putc_unlocked(), feof_unlocked(), ferror_unlocked(), clearerr_unlocked(), and fileno_unlocked(). The first four are required by POSIX. The rest are provided for consistency.
* New release notes: UFS1/UFS2 boot loaders, systat(1) -ifstat.bmah2003-01-102-2/+26
| | | | Modified release note: Rewrite matcd(4) removal to be more specific.
* Avoid a memory leak by using reallocf() instead of realloc().tjr2003-01-101-1/+1
|
* Prototype __getcwd() to avoid a warning.tjr2003-01-101-0/+2
|
* #include <ctype.h> for prototypes (or macro versions) oftjr2003-01-101-0/+1
| | | | tolower() and isdigit().
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-102-4/+9
| | | | Spotted by: tmm
* Clear the target hardware address field when generating an ARP request.tmm2003-01-101-0/+1
| | | | | Reviewed by: nectar MFC after: 1 week
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidgordon2003-01-091-2/+3
| | | | | | | | to fs_swuid, making it more descriptive. Submitted by: marcel Reviewed by: peter Pointy hat to: gordon
* Fix a typo: s/save_free/safe_free/.jhb2003-01-091-1/+1
|
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
| | | | | | | | | during load time; this attributed to the mailbox busy byte not being set prior to issuing a polling command. Approved by: ps MFC: 7 days
* Add support for the Davicom DM9009 chipset.trhodes2003-01-094-0/+8
| | | | | | PR: 46859 Submitted by: Boaz Haberman <boaz@ool-182f8b09.dyn.optonline.net> Approved by: rwatson
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-094-34/+0
| | | | Suggested by: bde
* Rework part of the previous processor name changes so that we readjhb2003-01-099-82/+56
| | | | | | | | cpu_exthigh and cpu_brand in printcpuinfo() instead of in identify_cpu(). We also only do it for known-good values of cpu_vendor which is a bit more conservative. Reviewed by: bde (mostly)
* Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.trhodes2003-01-091-1/+1
| | | | | | | Update the URL to reflect this. PR: 45010 Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)
* Fix a useless use of cat. Save a process today.schweikh2003-01-091-1/+1
|
* save_free the buf.obrien2003-01-091-0/+1
|
* Separate the uses of a buffer and make it dynamically sized.obrien2003-01-091-15/+16
| | | | | Approved by: scottl(re), jhb(re) Reviewed by: kuriyama
* Build gem(4) on powerpc also.obrien2003-01-091-2/+5
|
* Moved if_hme to hme.obrien2003-01-092-10/+1
| | | | (I need a score card to keep track of the /sys layout fights)
* Add an hme(4) module.obrien2003-01-091-0/+9
| | | | | PR: 46871 Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
* Oops, add zstty to the witness order list.jake2003-01-091-0/+1
| | | | Noticed by: benno
* Regen:sheldonh2003-01-091-47/+111
| | | | * Boemler: vendors.txt (2002-12-27)
* Dont probe PnP devices.sos2003-01-091-0/+4
| | | | Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org>
* Fix typosos2003-01-091-1/+1
| | | | PR: 45375
* SGML cleanup: Remove useless <para> </para> around listsue2003-01-091-6/+0
|
* Make ofw_pci_find_node() use the reg property instead of thebenno2003-01-091-5/+5
| | | | assigned-addresses property. This works a lot better.
* Document tinderbox and whereintheworld, and move diffburst in itsdes2003-01-091-3/+4
| | | | alphabetical place.
* My version of fenner's "make world" log summarizer.des2003-01-092-0/+64
|
* Sample tinderbox script & build settings.des2003-01-092-0/+91
|
* MFen: Happy new year 2003ue2003-01-095-12/+23
|
* Actually, the canonical way would be syntactically correct.des2003-01-091-1/+1
|
* Add a pcib variant to allow us to fix up interrupt assignments.benno2003-01-092-0/+119
| | | | We probably want to do something wrt bus enumeration as well at some point.
* Canonical way of determining whether or not to use crypto.des2003-01-091-1/+1
|
* - Add error messages for bulkxfer.simokawa2003-01-092-4/+7
| | | | - Reduce register access.
* Allocate interrupts from the resource list.benno2003-01-091-2/+4
|
* ia64 and sparc64 both have libc_r now.des2003-01-091-2/+1
|
* - Remove the ignore list and replace it with a quirk list of sorts.benno2003-01-092-23/+58
| | | | | | | | - Add a quirk type for devices whose interrupt properties are actually attached to their children. - Flag the "escc" (zs-alike serial controller) device as having this quirk. - Rework the interrupt discovery code to deal with devices that have more than one interrupt.
* Invoke the driver directly when a request is submitted via crypto_dispatchsam2003-01-091-21/+52
| | | | | | | | | | | | | | | or crypto_kdispatch unless the driver is currently blocked. This eliminates the context switch to the dispatch thread for virtually all requests. Note that this change means that for software crypto drivers the caller will now block until the request is completed and the callback is dispatched to the callback thread (h/w drivers will typically just dispatch the op to the device and return quickly). If this is an issue we can either implement a non-blocking interface in the s/w crypto driver or use either the "no delay" flag in the crypto request or the "software driver" capability flag to control what to do. Sponsored by: Vernier Networks
* o handle jumbograms in m_clonesam2003-01-091-52/+82
| | | | | | o fixup some comments Submitted by: Doug Ambrisko <ambrisko@verniernetworks.com>
* The return-path is optional in a headline, therefore don't skip amikeh2003-01-091-5/+12
| | | | | | | message if it is missing the return-path. PR: bin/40314 (slightly different patch) MFC after: 2 weeks
* Fix up some grammar.trhodes2003-01-091-2/+2
| | | | Noticed by: sheldonh
OpenPOWER on IntegriCloud