summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-10Additionnal checks on the file names supplied for -s and -x.Pierre-Yves Ritschard
2008-06-10correctly setup the tty line for NMEA devices, especially turn off echoMarc Balmer
2008-06-10Remove copyright notices and put these files back into the public domain.Kjell Wooding
2008-06-10Add cmp(4), a dummy driver to make attaching CMT cpus easier.Mark Kettenis
2008-06-09- add a sanity check on tarballs name to ensure we're not feedingAntoine Jacoutot
2008-06-09unused varJoris Vink
2008-06-09Update access(2) to have modern semantics with respect to X_OK andTodd C. Miller
2008-06-09log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify,Joris Vink
2008-06-09Don't play games with the PCD interrupt. It delays the detection ofMark Kettenis
2008-06-09syncTheo de Raadt
2008-06-09Don't reverence slattach(8) or nmeaattach(8) in a comment.Marc Balmer
2008-06-09Remove an arch-specific API that wasn't available in the first place, andPeter Hessler
2008-06-09- encourage people to use the same source as was used to upgrade systemAntoine Jacoutot
2008-06-09Make gcc on alpha use -mieee by default. This fixes many FPE problemsMichael Erdely
2008-06-09simplify math for arc4random_uniform() suggested byDamien Miller
2008-06-09simplify math for arc4random_uniform() suggested byDamien Miller
2008-06-09- move the "this app is deprecated" blurb to the start, where it's moreJason McIntyre
2008-06-09zap trailing whitespace;Jason McIntyre
2008-06-09warn once not 3 times in case of a non existent file, discussed with deraadtTodd T. Fries
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
2008-06-09man page for crypto/idgen.h functions: idgen32() and idgen32_init()Damien Miller
2008-06-09nfsm_get_xid() => nfs_get_xid() after thib@ informed me that theDamien Miller
2008-06-09Introduce a facility to generate unpredictable 32 bit numbers withDamien Miller
2008-06-09Ensure that hostname.* files are also re-chowned to root.wheel at eachTheo de Raadt
2008-06-09Properly handle merged files and conflicts which may arrise while merge.Tobias Stoeckmann
2008-06-09Remove nmeaattch(8), which is superseeded by ldattach(8).Marc Balmer
2008-06-09Replace nmeattach (which will be removed) with ldattach.Marc Balmer
2008-06-09nmeaattach(8) is now deprecated. Use ldattach(8) instead.Marc Balmer
2008-06-09slattach(8) is now deprecated. Use ldattach(8) instead.Marc Balmer
2008-06-09The new newfs(8) code causes alternate superblocks to end up inOtto Moerbeek
2008-06-09also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER)Reyk Floeter
2008-06-09Add the '-p' option to ldattach(8) to pass data received from the deviceMarc Balmer
2008-06-09Let the driver switch between read() and mmap() depending on whatMarcus Glocker
2008-06-09Remove fillw(). Bonus points if you do not remember what it was used for.Miod Vallat
2008-06-09Sparc64 MMUs have an address hole, too, and the pmap implementation weMiod Vallat
2008-06-09Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes().Miod Vallat
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-09tweak previous;Jason McIntyre
2008-06-09syncTheo de Raadt
2008-06-09rename refstr to refid since it is an int32; ok henningTheo de Raadt
2008-06-09do not copy up to two garbage characters from a 1 char string into a 4 charTheo de Raadt
2008-06-09do not leak memory on failure in refid production; ok ckuethe henningTheo de Raadt
2008-06-09Don't generate putty keys if we're not going to use them. ok djmDarren Tucker
2008-06-09according to miod pmap_update() is not need after pmap_extract() at all,Robert Nagy
2008-06-09Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position:Tobias Stoeckmann
2008-06-09Don't use u_int to store a 64-bit address. Found with help from miod@.Mark Kettenis
2008-06-09spacingTheo de Raadt
2008-06-09Allow outgoing replies from sensor-driven servers to have aChris Kuethe