Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-11 | list the things that atu relies on | David Gwynne | |
2004-11-11 | no need to lock access for reading | joshua stein | |
2004-11-11 | quirk for iriver 3xx. | Alexander Yurchenko | |
ok dlg@ | |||
2004-11-11 | remove test code; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-11 | remove excessive splnet; Danovitsch@vitsch.net | Theo de Raadt | |
2004-11-10 | Put back cross build piece which was lost with the 2.15 upgrade. | Dale Rahn | |
2004-11-10 | missing headers | krapht | |
2004-11-10 | Use ${STATIC} rather than -static (dont hardcode). ok miod@ | Dale Rahn | |
2004-11-10 | use ${STATIC} rather than -static. ok miod | Dale Rahn | |
2004-11-10 | allocate a single buffer for the rx xfer to use rather than let it try | David Gwynne | |
allocating one every time we're restarting it in an interrupt handler. ok deraadt@ | |||
2004-11-10 | defer ! and !! handling till prompt printing, like real ksh, and this now | Theo de Raadt | |
means even less fallout from the prompt expansion changes; ok jmc | |||
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko | |
ok millert@ | |||
2004-11-10 | 0xBF is new Solaris ID; lclee@west.sun.com | Theo de Raadt | |
2004-11-10 | prefix_write() works also for IPv6. OK henning@ | Claudio Jeker | |
2004-11-10 | It is not needed to mask the value wit 0xff as it is < 255. OK henning@ | Claudio Jeker | |
2004-11-10 | "not reached" does not help LINT use NOTREACHED instead and use it only in | Claudio Jeker | |
places where needed. OK henning@ | |||
2004-11-10 | add support for the Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
thanks go to Paul de Weerd for providing the hardware | |||
2004-11-10 | regen | David Gwynne | |
2004-11-10 | Conceptronic SnapPort USB 2.0 LAN Adapter | David Gwynne | |
2004-11-10 | Remove no longer needed code. OK henning@ | Claudio Jeker | |
2004-11-10 | ntp_adjtime() -> priv_adjtime() | Henning Brauer | |
ntp_settime() -> priv_settime() ntp_host_dns() -> priv_host_dns() | |||
2004-11-10 | const'ify conffile | Henning Brauer | |
From: Joerg Sonnenberger <joerg@britannica.bec.de> | |||
2004-11-10 | Diff from art@: | Alexander Yurchenko | |
Update ticks in timeout_hardclock_update to avoid errors in hardclock (this is the third time we mess up here). ticks is only used for timeouts anyway. At the same protect updating ticks with timeout_mutex and be slightly more paranoid in timeout_hardclock_update. ok tdeval@ miod@ | |||
2004-11-10 | Remove __cplusplus crud. | Alexander Yurchenko | |
2004-11-10 | - replace stge_lookup() with pci_matchbyid() | Alexander Yurchenko | |
- remove useless product description strings - don't print pci product revision, pci bus does it for us - print interrupt and address string like other drivers do ok brad@ | |||
2004-11-10 | strncpy->strlcpy | Alexander Yurchenko | |
ok henning@ | |||
2004-11-10 | use ExtraInfo, finally: allows pkg_info to report packages according to | Marc Espie | |
PKGPATH, e.g., pkg_info -e x11/kde/base3 will tell you which version (if any) of kdebase is installed. Necessary for achieving updates. | |||
2004-11-10 | resurrect -e, document that it uses packages-specs now. | Marc Espie | |
2004-11-10 | where the files will be | Theo de Raadt | |
2004-11-10 | Fix 'netstat -sp pim6' | Ryan Thomas McBride | |
From Pavlin Radoslavov | |||
2004-11-10 | Let us make a nice cats install CD while here | Theo de Raadt | |
2004-11-10 | Add some (ifp != NULL) checks to ip_fragment() so it can be used even if there | Ryan Thomas McBride | |
is no struct ifnet associated with the outgoing interface of the packet. Necessary for upcoming Protocol Independent Multicast support. From Pavlin Radoslavov ok henning@ djm@ markus@ | |||
2004-11-09 | flurry of updates: | Jared Yanovich | |
- minor mdoc tweaks - add an example - sync header excerpts to reality - document STRIOCSCRIPTNAME - add a CAVEAT - clarify an issue regarding STRIOCPOLICY/NEW tweaks and ok from millert, jmc, marius | |||
2004-11-09 | use warn() instead of printf() + strerror() | Pedro Martelletto | |
ok hshoexer@ jaredy@ deraadt@ | |||
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht | |
tested enough yet | |||
2004-11-09 | oops again. | Marc Espie | |
2004-11-09 | oops, dropped one line I shouldn't have. | Marc Espie | |
2004-11-09 | Better handling of log message input and removal of crufty code | krapht | |
2004-11-09 | whitespace; | Jason McIntyre | |
2004-11-09 | add missing wireless adapters, and sync w/ .Nd; | Jason McIntyre | |
suggested by alexey e. suslikov; ok deraadt@ | |||
2004-11-09 | /bin/sh supports PS1 expansion; | Jason McIntyre | |
2004-11-09 | Kill guarded_access() - the way we map OBIO, there is no need for special | Miod Vallat | |
treatement of interrupt vectors variables, a simple read will do. While there, speed up the interrupt handlers a bit: - remove old debug code or only compile it if option DEBUG. - use short circuits for setipl() if we know interrupts are disabled at this point: there is no need playing with the psr in these cases. | |||
2004-11-09 | tweaks; | Jason McIntyre | |
ok jaredy@ | |||
2004-11-09 | at least compile | krapht | |
2004-11-09 | fix the url pointing to the original atuwi driver. pointed out by Dries | David Gwynne | |
Schellekens. | |||
2004-11-09 | cvs_exec() | krapht | |
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht | |
* ignore SIGPIPE * add the getopt() argument format to the command structure | |||
2004-11-09 | Editor invocation code, still needs some work | krapht | |
2004-11-09 | a bit more sense | krapht | |
2004-11-09 | session prototypes and some cleanup | krapht | |