Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-03 | string fixes; tedu ok | Theo de Raadt | |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino | |
2002-07-30 | no need for check if m0 is NULL, as we have touched it already. | Jun-ichiro itojun Hagino | |
From: tedu <grendel@zeitbombe.org> | |||
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino | |
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok | |||
2002-06-24 | KNF | Jun-ichiro itojun Hagino | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-12 | sync with KAME | Kenjiro Cho | |
ALTQify more drivers. ok millert@ | |||
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho | |
the new model removes direct references to the fields in ifp->if_snd, and defines the following macros to manipulate ifp->if_snd. IFQ_ENQUEUE(ifq, m, pktattr, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) the new model also enforces some rules regarding how to use these macros. details are descrined in http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt | |||
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino | |
follows BSD/OS practice and ucd-snmp code (FreeBSD does it for specific interfaces only). was: if_lastchange get updated on every packet transmission/receipt. now: if_lastchange get updated when IFF_UP is changed. | |||
2000-12-30 | Fix PR 342: the problem was that the code was assuming that when the | Angelos D. Keromytis | |
strip interface was configured up, a tty was already associated with it -- and proceeded to probe/reset/initialize it through a watchdog routine... | |||
2000-06-26 | New timeouts. | Artur Grabowski | |
1999-04-22 | we don't need to include buf.h | Artur Grabowski | |
1998-02-10 | undef SLMTU if it's been externally defined | Angelos D. Keromytis | |
1997-09-05 | Minor changes from ppp 2.3.1 | Todd C. Miller | |
1997-06-20 | strip%d not st%d | Theo de Raadt | |
1997-06-01 | pass Wstrict-prototypes; grr, PR#193 | Theo de Raadt | |
1997-02-24 | OpenBSD tags + some prototyping police | Niklas Hallqvist | |
1996-10-04 | sync to netbsd 0901 | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-07-27 | various fixes | Theo de Raadt | |
1996-06-10 | init sc_unit properly | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |