Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | Pass in the device name to pcmcia_intr_establish() instead of "" | Todd C. Miller | |
2002-06-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis | |
u_int8_t. Also, make sure the logic is correct (bad theo!) | |||
2002-06-09 | some -Wall and spaces cleanup, scsi.c left. | Federico G. Schwindt | |
some brave soul should look at it. | |||
2002-06-09 | pass salen to sockaddr_ntop so that we are happy on linux/solaris | Jun-ichiro itojun Hagino | |
2002-06-09 | update for no setuid root and ssh-keysign; ok deraadt@ | Kevin Steves | |
2002-06-09 | When checking for valid login names, check length against MaxUserNameLen. | Todd C. Miller | |
Noticed by Brian Poole who supplied a different patch. | |||
2002-06-09 | Update to the latest and greatest from arla. | Hans Insulander | |
2002-06-09 | bio is a driver that can delegate ioctls to other drivers which | Niklas Hallqvist | |
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too. | |||
2002-06-09 | Better fix for correct queue printing when things have been moved around. | Todd C. Miller | |
2002-06-09 | Correct path to config files | Hans Insulander | |
2002-06-09 | Don't print jobs in transit to a remote queue as being "active" | Todd C. Miller | |
2002-06-09 | More sc_arpcom fallout. | Artur Grabowski | |
Not tested because all alphas in my reach are dead right now. From Dries Schellekens. | |||
2002-06-09 | Remove startup stuff for Kerberos 4 servers. | Hans Insulander | |
ok deraadt@ | |||
2002-06-09 | Remove private unused version of warn(). | Hans Insulander | |
Replave private basename() with the real one. ok millert@ | |||
2002-06-09 | sync | Theo de Raadt | |
2002-06-09 | don't need device.h | Jason Wright | |
2002-06-09 | Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so it | Daniel Hartmeier | |
includes ports and operator. | |||
2002-06-09 | some fixes. | Brad Smith | |
-- From: PR 2722. | |||
2002-06-09 | Reflect reality | Hans Insulander | |
2002-06-09 | Use libroken in kerberosV tree, so we'll only compile it once. | Hans Insulander | |
2002-06-09 | Prototype for __progname. | Hans Insulander | |
2002-06-09 | Add two files that are needed to merge kerberosIV and kerberosV libroken. | Hans Insulander | |
2002-06-09 | arlad -> afsd | Hans Insulander | |
2002-06-09 | Add DynRootDB.5 and afsd.conf.5 | Hans Insulander | |
2002-06-09 | backout previous | Jun-ichiro itojun Hagino | |
2002-06-09 | revert one of wrong strlcpy() change | Jun-ichiro itojun Hagino | |
2002-06-09 | pax -s <regex> is botched, don't use it. | Jun-ichiro itojun Hagino | |
2002-06-09 | if_addrlen need not be 4, set to 0. From: Martin Husemann <martin@duskware.de> | Jun-ichiro itojun Hagino | |
2002-06-09 | new copyright (explicitly public domain) - from netbsd | Jun-ichiro itojun Hagino | |
2002-06-09 | make sure to bzero sockaddr_in | Jun-ichiro itojun Hagino | |
2002-06-09 | support SIO*PHYADDR, so that we can configure outer address with ifconfig(8) | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino | |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl | |
2002-06-09 | reapply patch from jasoni@ for ICMP6_PACKET_TOO_BIG | Philipp Buehler | |
both have been lost, due to diff thinking about reversing those lines after merge tested | |||
2002-06-09 | reapply patch from jasoni@ for pf_route[6] | Philipp Buehler | |
2002-06-09 | Userland might want resource.h. | Artur Grabowski | |
2002-06-09 | split ioctl functions out of pf.c into pf_ioctl.c | Philipp Buehler | |
frantzen@, dhartmei@ ok, tested kernel & userland. checked for colliding commits | |||
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-09 | support published arp entries again. PR 2635 (confirmed by submitter). | Jun-ichiro itojun Hagino | |
2002-06-09 | optimize build time. based on PR 2715 | Jun-ichiro itojun Hagino | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-09 | no need to log() on outgoing packet on !IFF_UP case | Jun-ichiro itojun Hagino | |
2002-06-09 | sync | Todd T. Fries | |
2002-06-09 | zap EMBMEDANY leftovers (all the comments were wrong). | Artur Grabowski | |
2002-06-09 | knf | Todd T. Fries | |
2002-06-09 | knf | Todd T. Fries | |
2002-06-09 | Sync usage with manpage | Hans Insulander | |
2002-06-09 | unbreak sparc64 kernel builds after the arpcom change. | Artur Grabowski | |
2002-06-09 | knf | Todd T. Fries | |