Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-24 | ditch `config' in the @sample messages, since this more or less covers | Marc Espie | |
all files installed from templates. | |||
2004-09-24 | 2nd half of @newuser/@newgroup: treat them as shared items, and remove | Marc Espie | |
them along with directories, if extra. | |||
2004-09-24 | use pkgspec_match for default conflict too. | Marc Espie | |
2004-09-24 | Missing $OpenBSD$ tag. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-24 | Add missing Manuel Bouyer copyright. | Alexander Yurchenko | |
2004-09-24 | Multiple inclusion protection. | Alexander Yurchenko | |
2004-09-24 | Better description line. | Miod Vallat | |
2004-09-24 | Minor mdoc nit. | Miod Vallat | |
2004-09-24 | kill homegrown quit(); use err()/errx() instead | Jared Yanovich | |
make other error messages consistent sync usage ok henning | |||
2004-09-24 | kill osi and mask, ok henning | Jared Yanovich | |
2004-09-23 | do not shrink the field width... | Theo de Raadt | |
2004-09-23 | grammar/punctuation fixes | Jared Yanovich | |
expand some acronyms shorten sysctl list display other minor consistency fixes add a few .Pp's for readability a few macro fixes indent examples ok and help jmc | |||
2004-09-23 | adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to | Theo de Raadt | |
avoid tree breakage) | |||
2004-09-23 | adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in some | Theo de Raadt | |
changes written by danh | |||
2004-09-23 | change KERN_INTRCNT_CNT to return a quad; ok tedu | Theo de Raadt | |
2004-09-23 | typo from number six; | Jason McIntyre | |
2004-09-23 | properly check read() and write() return values. | Henning Brauer | |
one instance found by jaredy, causes issues with route -t monitor ok jaredy hshoexer mickey fgs | |||
2004-09-23 | missing .El; | Jason McIntyre | |
2004-09-23 | errant comma; | Jason McIntyre | |
2004-09-23 | Correctly test for prom memory mapping failure. Fortunately no system we | Miod Vallat | |
know of provides prom memory mappings for com(4)... | |||
2004-09-23 | sync | Alexander Yurchenko | |
2004-09-23 | Correct AAR-1210SA name a bit to match netbsd. | Alexander Yurchenko | |
2004-09-23 | man pages for the clocks on sparc/sparc64. getting the links right was | Jason Wright | |
painful... | |||
2004-09-23 | add ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-23 | document fhc attachment of zs... it's not in GENERIC yet, but will be | Jason Wright | |
as soon as I figure out the interrupt junk on fhc/central | |||
2004-09-23 | prepare the way for multi-bus attachment of zs (specifically zs@fhc). | Jason Wright | |
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config... | |||
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | Add missing free on error; Alison Winters | Todd C. Miller | |
Also KNF the return statements and make usage() __dead while I am here. | |||
2004-09-23 | remove some more compile time overrides, use the sysctl's. | Brad Smith | |
ok markus@ | |||
2004-09-23 | central@mainbus, fhc@central, fhc@mainbus, and clock@fhc | Jason Wright | |
2004-09-23 | clock@fhc | Jason Wright | |
2004-09-23 | flesh out. mention R10K and R12K support | Per Fogelstrom | |
2004-09-23 | - fix the bus_map functions (get the parent node right) | Jason Wright | |
- remove a bunch of debugging goop | |||
2004-09-23 | Lower the level of an error message | Jean-Francois Brousseau | |
2004-09-23 | print error messages when we receive the `error' response | Jean-Francois Brousseau | |
2004-09-23 | RTL8201L PHY support; from FreeBSD. | Federico G. Schwindt | |
2004-09-23 | correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@ | Damien Miller | |
2004-09-23 | use .c versions of certain functions. 32 bit mode | Per Fogelstrom | |
2004-09-23 | make it compile with _STANDALONE, ok deraadt@ | Per Fogelstrom | |
2004-09-23 | When doing relocs to .rodata this section must be RW protected. | Per Fogelstrom | |
It would be nice to fix this so it does not do a mprotect call for each and every reloc but it will need a change in MI code so we just fix it like this for now. There are not so many relocs in ld.so itself. | |||
2004-09-23 | Clean clean clean... should be OK now | Per Fogelstrom | |
2004-09-23 | More pmap bugs cleaned out. Some old, some new. | Per Fogelstrom | |
Better structured pmap.c. Evil still in there, more work to do. | |||
2004-09-23 | really mention BPF this time around. | Brad Smith | |
2004-09-23 | vput on all paths after vget (currently unused code). from patrick latifi | Ted Unangst | |
2004-09-23 | mention support for BPF. | Brad Smith | |
From: FreeBSD | |||
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith | |
by default label. - fill in kn_data with the number of bytes available, same behavior as FreeBSD/NetBSD. ok tedu@ | |||
2004-09-23 | cosmetics | Henning Brauer | |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer | |
on which child went away. | |||
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer | |
a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu> |