Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-15 | Print volume details in debug. | Marco Peereboom | |
2006-06-15 | Remove header from structure since it doesnt need it. | Marco Peereboom | |
2006-06-15 | And now without a buffer overflow. Pointed out by dlg. No cookie for me. | Marco Peereboom | |
2006-06-15 | Add structures and initial code to retrieve IOC page 2. We need this for | Marco Peereboom | |
RAID support and bio. "go at it" dlg | |||
2006-06-15 | Print some useful error information during failure. We need this to be able | Marco Peereboom | |
to diagnose field issues. Talked through with dlg. | |||
2006-06-15 | In p3_get_bus_clock() don't fall through if we have in fact correctly | Gordon Willem Klok | |
matched a model. Found in a dmesg from Craig Barraclough craigba AT creative.com.au. ok deraadt@ | |||
2006-06-14 | sync | Theo de Raadt | |
2006-06-14 | teach it fintek f75375; half by drahn | Theo de Raadt | |
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink | |
2006-06-14 | - If the codec has support for a modem then print that there is no | Brad Smith | |
modem support. - Print the name of the STAC9220 codec. From kent NetBSD ok jason@ | |||
2006-06-14 | sort options; | Jason McIntyre | |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm | |
ok tedu, pedro | |||
2006-06-14 | .Xr adjfreq and ntpd | Otto Moerbeek | |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek | |
Loosely based on dragonfly code. Man page help fro jmc@; ok deraadt@ | |||
2006-06-14 | regen | Otto Moerbeek | |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek | |
Loosely based on dragonfly code. ok deraadt@ | |||
2006-06-14 | Missed a part of the kvm86 commit, if option KVM86 is defined it would be | Gordon Willem Klok | |
a good idea to actually call the init function, this was lost it was part of the diff ok toby@, mickey@ | |||
2006-06-14 | * move mixer functions from azalia.c to azalia_codec.c, and | Brad Smith | |
rename them like azalia_mixer_foo() to azalia_generic_mixer_foo() * enable codec-specific code to hook any mixer operations such as creating mixer items, or special handling for a specific item. * provide a custom mixer table specific to ALC260 * provide a custom mixer table specific to Fujitsu LOOX From kent NetBSD ok jason@ | |||
2006-06-14 | must use RTS/CTS protection when sending frames at OFDM rates in a BSS | Damien Bergamini | |
with non-ERP STAs. some bits are missing in net80211 though, so this code won't be triggered yet. | |||
2006-06-14 | reset the chip in pcn_shutdown(). | Brad Smith | |
From NetBSD | |||
2006-06-14 | recover list of key sizes from vpn(8); suggested by markus@, ok hshoexer@ | Christian Weisgerber | |
2006-06-14 | unused var, wrong check for too many keys; mrd@alkemio.org | Theo de Raadt | |
2006-06-14 | clear the IFF_UP interface flag before shutting down the interface. | Brad Smith | |
ok damien@ | |||
2006-06-14 | fix bug which would make very deeply nested mime cause (essentially) | Theo de Raadt | |
a stack overflow and thus make sendmail queue processing crash. not really exploitable to gain anything except denial of service. vu#146718 | |||
2006-06-14 | bgpctl show rib shows now the exit nexthop per default and not the true | Claudio Jeker | |
nexthop as before. The detailed output includes both nexthops. OK henning@ | |||
2006-06-14 | Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctl | Claudio Jeker | |
can than select which nexthop should be printed. OK henning@ | |||
2006-06-14 | Use inet_net_pton() instead of inet_pton() so that it is possible to use | Claudio Jeker | |
10/8 as prefix. OK henning@ | |||
2006-06-14 | There's no krb5.conf in /etc. Noted by Antoine Jacoutot. | Bjorn Sandell | |
ok beck@ | |||
2006-06-14 | Don't go looking for a krb4 srvtab | Bjorn Sandell | |
ok beck@ | |||
2006-06-14 | Avoid potential deadlock during hash lookup; ok pedro@ | Patrick Latifi | |
2006-06-14 | Plug memory leak in error path; ok pedro@ | Patrick Latifi | |
2006-06-14 | saying todays is every day does not work in out calendar | Michael Shalayeff | |
2006-06-14 | Allow changes to a Name initialized with a 'static' value. | Can Erkin Acar | |
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch ok marco@ | |||
2006-06-14 | useless casts are so the 80s | Joris Vink | |
2006-06-14 | i mixed up the offset and whence variables for lseek(2) | Joris Vink | |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria | |
2006-06-14 | This diff allows dhcpd to put active leases into a pf table. Dhcpd will then | Chris Kuethe | |
periodically - based on the length of the shortest lease time - walk across all leases searching for expired leases which are then removed from the pf table. ok henning | |||
2006-06-14 | Move the transmission of privsep messages into its own function. Wherever | Chris Kuethe | |
we might have conditionally sent a message, we now just call the pfmsg() function, and let it figure out whether the message should be sent or not. ok henning | |||
2006-06-14 | Avoid changing pf tables when table name is NULL | Chris Kuethe | |
ok henning | |||
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink | |
except it takes a decriptor as argument instead of a path. modified cvs_buf_load() to open the descriptor then pass it to cvs_buf_load_fd(). change all the calls to cvs_buf_load() that have a descriptor open for the path to cvs_buf_load_fd() to prevent races. | |||
2006-06-14 | indentation. | Hans-Joerg Hoexer | |
2006-06-14 | zap myuid variable, it is not used for anything usefull. | Joris Vink | |
2006-06-14 | limit the number of pre-banner characters we will accept; ok markus@ | Damien Miller | |
2006-06-14 | GPRMC = Recommended Minimum Specific GPS/TRANSIT Data | Marc Balmer | |
2006-06-14 | remove redundant commented debug define | Felix Kronlage | |
2006-06-14 | oops, i forgot that you need to return a high number from match to win. | David Gwynne | |
remove a useless define while there. | |||
2006-06-14 | describe the NMEA 0183 line discipline with more details, explain the sensor | Marc Balmer | |
status and which NMEA messages are decoded. help jmc@ | |||
2006-06-14 | enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details. | Marc Balmer | |
ok deraadt | |||
2006-06-14 | no more infinite loops; tested by dlg | Theo de Raadt | |
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ |